Skip to content

Commit def140e

Browse files
✨ feat: base layout section class
1 parent abf7507 commit def140e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/global/style/layout/_base_layout.scss

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,21 @@
1919
padding-left: $spacing_64;
2020
}
2121
}
22+
23+
.section
24+
{
25+
padding-top: $spacing_80;
26+
padding-bottom: $spacing_80;
27+
28+
@include responsive(tablet)
29+
{
30+
padding-top: $spacing_128;
31+
padding-bottom: $spacing_128;
32+
}
33+
34+
@include responsive(small_desktop)
35+
{
36+
padding-top: $spacing_160;
37+
padding-bottom: $spacing_160;
38+
}
39+
}

0 commit comments

Comments
 (0)