diff options
Diffstat (limited to 'assets/css/layouts/_section.scss')
| -rw-r--r-- | assets/css/layouts/_section.scss | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/assets/css/layouts/_section.scss b/assets/css/layouts/_section.scss index 70ace4c..51e3dc8 100644 --- a/assets/css/layouts/_section.scss +++ b/assets/css/layouts/_section.scss | |||
| @@ -25,7 +25,6 @@ | |||
| 25 | left: 0; | 25 | left: 0; |
| 26 | flex-direction: row; | 26 | flex-direction: row; |
| 27 | justify-self: flex-start; | 27 | justify-self: flex-start; |
| 28 | padding-right: prop(--dims --outer, $global: true); | ||
| 29 | font-size: 1 / 16 * 15em; | 28 | font-size: 1 / 16 * 15em; |
| 30 | 29 | ||
| 31 | &::after { | 30 | &::after { |
| @@ -38,11 +37,5 @@ | |||
| 38 | border-top: 1px solid prop(--colors --border); | 37 | border-top: 1px solid prop(--colors --border); |
| 39 | } | 38 | } |
| 40 | } | 39 | } |
| 41 | |||
| 42 | @include media('<=sm') { | ||
| 43 | @include element('head') { | ||
| 44 | padding-right: 0; | ||
| 45 | } | ||
| 46 | } | ||
| 47 | } | 40 | } |
| 48 | } | 41 | } |
