File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 1- @use " sass:math" ;
2-
31// Main layout containers
42.container {
53 max-width : 1200px ;
@@ -148,7 +146,7 @@ section {
148146 }
149147
150148 section {
151- padding : math . div ( $section-padding , 2 ) 0 ;
149+ padding : $section-padding / 2 0 ;
152150 }
153151}
154152
@@ -164,7 +162,7 @@ section {
164162
165163@media (max-width : 576px ) {
166164 .container {
167- padding : 0 math . div ( $spacing-unit , 2 ) ;
165+ padding : 0 $spacing-unit / 2 ;
168166 }
169167
170168 .schedule-table {
Original file line number Diff line number Diff line change 1- @use " sass:math" ;
2-
31@media (max-width : 1200px ) {
42 .header-text h2 {
53 font-size : 48px ;
3230 }
3331
3432 section {
35- padding : math . div ( $section-padding , 2 ) 0 ;
33+ padding : $section-padding / 2 0 ;
3634 }
3735}
You can’t perform that action at this time.
0 commit comments