Fix global classes

This commit is contained in:
2022-06-27 13:27:00 +02:00
parent 453583c189
commit 465e673715
2 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@
height: 120px; height: 120px;
} }
:global(.container) { .container {
justify-content: center; justify-content: center;
height: 100%; height: 100%;

View File

@@ -1,6 +1,6 @@
/* Classes /* Classes
========================================================================== */ ========================================================================== */
:global(.clear) { .clear {
@extend %clearfix; @extend %clearfix;
} }
@@ -8,7 +8,7 @@
/* Containers /* Containers
========================================================================== */ ========================================================================== */
// Wrap (global) // Wrap (global)
:global(.container) { .container {
width: 100%; width: 100%;
max-width: var(--container-width); max-width: var(--container-width);
margin: 0 auto; margin: 0 auto;