13 lines
181 B
Text
13 lines
181 B
Text
|
.container {
|
||
|
min-height: 100%;
|
||
|
width: 100%;
|
||
|
|
||
|
&__content {
|
||
|
padding-bottom: 220px;
|
||
|
|
||
|
@media (min-width: 1024px) {
|
||
|
padding: 0;
|
||
|
}
|
||
|
}
|
||
|
}
|