mirror of
https://github.com/medialab-prado/poblados-colonizacion-colonias-penitenciarias.git
synced 2024-12-28 05:21:22 +01:00
89 lines
1.1 KiB
SCSS
89 lines
1.1 KiB
SCSS
.wrapper {
|
|
@include breakpoint(small) {
|
|
@include padding(2em, 0);
|
|
}
|
|
|
|
> .inner {
|
|
width: 55em;
|
|
margin: 0 auto;
|
|
|
|
@include breakpoint(large) {
|
|
width: 90%;
|
|
}
|
|
|
|
@include breakpoint(medium) {
|
|
width: 100%;
|
|
}
|
|
> p, header {
|
|
width: 40em;
|
|
|
|
@include breakpoint(large) {
|
|
width: 45em;
|
|
}
|
|
|
|
@include breakpoint(medium) {
|
|
width: 90%;
|
|
}
|
|
}
|
|
> header .major {
|
|
margin: 0 auto;
|
|
}
|
|
}
|
|
}
|
|
|
|
twentytwenty-wrapper img {
|
|
width: 100%;
|
|
|
|
}
|
|
@include breakpoint(small) {
|
|
.features {
|
|
li {
|
|
padding: 1em;
|
|
|
|
h3,
|
|
p {
|
|
text-align: left;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
/* Section Three */
|
|
|
|
#three .inner {
|
|
width: 60em;
|
|
|
|
@include breakpoint(large) {
|
|
width: 100%;
|
|
}
|
|
@include breakpoint(medium) {
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
// menu small devices
|
|
|
|
#menu {
|
|
background: #60768B;
|
|
ul {
|
|
|
|
> li {
|
|
|
|
> a {
|
|
@include breakpoint(small) {
|
|
line-height: 2em;
|
|
}
|
|
font-family: 'Open Sans', sans-serif;
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
// rewrite link colors
|
|
a {
|
|
color: #4f85bb;
|
|
}
|
|
|
|
.wrapper.style3 {
|
|
background: #3D4955;
|
|
}
|