1234567891011121314151617181920212223242526272829 |
- header.training_programs {
- h3 {
- margin-top: 20px;
- margin-left: 10px;
- text-transform: uppercase;
- }
- .wrapper-dropdown {
- margin-bottom: 10px;
- }
- }
- section.training_programs {
- h3 {
- margin-bottom: 20px;
- margin-left: 10px;
- text-transform: uppercase;
- }
- }
- span.brain_badge {
- width: 65px !important;
- height: 65px !important;
- margin: 0 auto !important;
- img {
- width: 65px;
- }
- }
|