v2.0.1-beta
This commit is contained in:
@ -4,10 +4,15 @@
|
||||
@import 'wide/ventajas';
|
||||
@import 'wide/dimensiones';
|
||||
|
||||
@import 'wide/corporativos';
|
||||
|
||||
.left.column {
|
||||
width: 67%;
|
||||
width: 67% !important;
|
||||
padding-left: rem(5) !important;
|
||||
}
|
||||
.right.column {
|
||||
width: 33% !important;
|
||||
}
|
||||
|
||||
section .titulo {
|
||||
font-size: font_size(22);
|
||||
@ -39,12 +44,12 @@ section .titulo {
|
||||
.construido {
|
||||
height: (map.get($heights, "construido"))+rem;
|
||||
|
||||
background-image: $fondo_construido;
|
||||
background-image: $fondo_construidos;
|
||||
}
|
||||
.corporativos {
|
||||
height: (map.get($heights, "corporativos"))+rem;
|
||||
|
||||
background-image: $fondo_corporativo;
|
||||
background-image: $fondo_corporativos;
|
||||
}
|
||||
.testimonios {
|
||||
height: (map.get($heights, "felices"))+rem;
|
||||
|
Reference in New Issue
Block a user