mirror of
https://github.com/medialab-prado/poblados-colonizacion-colonias-penitenciarias.git
synced 2025-06-08 06:21:28 +02:00
fix liquid title on title.html and modify li elements look as p elements
This commit is contained in:
parent
6d45224137
commit
a701ea74a8
2 changed files with 23 additions and 3 deletions
|
@ -14,13 +14,32 @@
|
|||
@include breakpoint(medium) {
|
||||
width: 100%;
|
||||
}
|
||||
> p, header {
|
||||
> p,
|
||||
header {
|
||||
width: 40em;
|
||||
|
||||
@include breakpoint(large) {
|
||||
width: 45em;
|
||||
}
|
||||
|
||||
@include breakpoint(medium) {
|
||||
width: 90%;
|
||||
}
|
||||
}
|
||||
li {
|
||||
margin: 0 auto;
|
||||
}
|
||||
}
|
||||
&.style5 {
|
||||
|
||||
li {
|
||||
width: 40em;
|
||||
margin: 0 auto _size(element-margin) auto;
|
||||
|
||||
@include breakpoint(large) {
|
||||
width: 45em;
|
||||
}
|
||||
|
||||
@include breakpoint(medium) {
|
||||
width: 90%;
|
||||
}
|
||||
|
@ -28,6 +47,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
twentytwenty-wrapper img {
|
||||
width: 100%;
|
||||
|
||||
|
@ -151,5 +171,5 @@ canvas {
|
|||
font-family: 'Open Sans', sans-serif;
|
||||
@include breakpoint(small){
|
||||
width: 90%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue