Add .wrapper utility class
This commit is contained in:
parent
c36a7eb62c
commit
02a1a0b04a
1 changed files with 4 additions and 0 deletions
|
@ -99,6 +99,10 @@ body:hover .visually-hidden button {
|
||||||
|
|
||||||
.cf { clear: both; }
|
.cf { clear: both; }
|
||||||
|
|
||||||
|
.wrapper {
|
||||||
|
@include container();
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Images
|
Images
|
||||||
|
|
Loading…
Reference in a new issue