poblados-colonizacion-colon.../docs/_sass/libs/_changes.scss

81 lines
969 B
SCSS
Raw Normal View History

.wrapper {
2017-06-17 17:06:09 +02:00
@include breakpoint(small) {
2017-06-17 17:11:33 +02:00
@include padding(2em, 0);
2017-06-17 17:06:09 +02:00
}
> .inner {
width: 55em;
margin: 0 auto;
@include breakpoint(large) {
width: 90%;
}
@include breakpoint(medium) {
width: 100%;
}
> p {
2017-06-17 15:55:15 +02:00
width: 40em;
@include breakpoint(large) {
2017-06-17 17:13:58 +02:00
width: 45em;
}
@include breakpoint(medium) {
2017-06-17 17:13:58 +02:00
width: 90%;
}
}
}
}
2017-06-17 17:53:33 +02:00
twentytwenty-wrapper img {
width: 100%;
}
2017-06-17 18:15:48 +02:00
@include breakpoint(small) {
.features {
li {
2017-06-17 18:39:03 +02:00
padding: 1em;
2017-06-17 18:15:48 +02:00
h3,
p {
text-align: left;
2017-06-17 19:03:07 +02:00
}
2017-06-17 18:10:53 +02:00
}
2017-06-17 18:39:03 +02:00
}
2017-06-17 18:10:53 +02:00
}
2017-06-17 17:53:33 +02:00
/* Section Three */
#three .inner {
2017-06-17 19:03:07 +02:00
width: 60em;
2017-06-17 17:53:33 +02:00
@include breakpoint(large) {
width: 100%;
}
2017-06-17 17:53:33 +02:00
@include breakpoint(medium) {
width: 100%;
}
2017-06-17 19:03:07 +02:00
}
// menu small devices
#menu {
ul {
> li {
> a {
@include breakpoint(small) {
line-height: 2em;
}
}
}
}
}
2017-06-17 17:53:33 +02:00
2017-06-17 19:03:07 +02:00
// rewrite link colors
a {
color: #4f85bb;
2017-06-17 14:09:18 +02:00
}