Files
KI/resources/assets/sass/nosotros.scss

19 lines
240 B
SCSS
Raw Normal View History

2020-05-26 23:02:13 -04:00
@import 'pallete';
2020-05-19 15:20:42 -04:00
#nosotros {
2020-05-26 23:02:13 -04:00
background-color: $gris-medio;
2020-05-19 15:20:42 -04:00
color: white;
2020-06-04 00:29:31 -04:00
font-size: 1.2rem !important;
2020-05-19 15:20:42 -04:00
padding-top: 3rem;
padding-bottom: 4rem;
.header {
color: inherit;
}
2020-05-26 23:02:13 -04:00
.column {
text-align: justify;
}
2020-05-19 15:20:42 -04:00
}