mirror of
https://github.com/medialab-prado/poblados-colonizacion-colonias-penitenciarias.git
synced 2024-12-27 04:51:22 +01:00
wrapper padding on small devices
This commit is contained in:
parent
20c5d3a831
commit
807dfc5590
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
||||||
.wrapper {
|
.wrapper {
|
||||||
@include padding(6em, 0);
|
@include padding(6em, 0);
|
||||||
|
@include breakpoint(small) {
|
||||||
|
@include padding(2em, 0, 4, 0);
|
||||||
|
}
|
||||||
|
|
||||||
> .inner {
|
> .inner {
|
||||||
width: 55em;
|
width: 55em;
|
||||||
|
@ -20,7 +23,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@include breakpoint(medium) {
|
@include breakpoint(medium) {
|
||||||
width: 90%;
|
width: 45em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue