mirror of
https://github.com/medialab-prado/poblados-colonizacion-colonias-penitenciarias.git
synced 2024-12-26 04:21:23 +01:00
fix css breakpoints
This commit is contained in:
parent
83f82033a1
commit
418a812bbd
2 changed files with 3 additions and 3 deletions
|
@ -18,11 +18,11 @@
|
|||
width: 40em;
|
||||
|
||||
@include breakpoint(large) {
|
||||
width: 90%;
|
||||
width: 45em;
|
||||
}
|
||||
|
||||
@include breakpoint(medium) {
|
||||
width: 45em;
|
||||
width: 90%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -63,7 +63,7 @@ $baseurl: '{{ site.baseurl }}/images';
|
|||
}
|
||||
|
||||
@include breakpoint(large) {
|
||||
font-size: 12pt;
|
||||
font-size: 13pt;
|
||||
}
|
||||
|
||||
@include breakpoint(small) {
|
||||
|
|
Loading…
Reference in a new issue