Intento de cambiar a grilla de semantic
This commit is contained in:
@ -225,7 +225,7 @@ body {
|
||||
}
|
||||
}
|
||||
|
||||
&>.column {
|
||||
/*&>.column {
|
||||
display: inline-block;
|
||||
float: left;
|
||||
|
||||
@ -235,9 +235,9 @@ body {
|
||||
&::after {
|
||||
clear: both;
|
||||
}
|
||||
}
|
||||
&>.column1 {
|
||||
width: percentage($column1/100);
|
||||
}*/
|
||||
&>.grid>.column1 {
|
||||
//width: percentage($column1/100);
|
||||
|
||||
|
||||
#seccion1 {
|
||||
@ -245,15 +245,15 @@ body {
|
||||
width: 100%;
|
||||
|
||||
.image-container {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
/*display: flex;
|
||||
justify-content: space-between;*/
|
||||
height: rem(112+128);
|
||||
|
||||
img {
|
||||
/*img {
|
||||
height: rem(155);
|
||||
width: rem(188);
|
||||
margin-top: rem(85);
|
||||
}
|
||||
}*/
|
||||
}
|
||||
.paragraph {
|
||||
padding-top: rem(28);
|
||||
@ -362,8 +362,8 @@ body {
|
||||
}
|
||||
}
|
||||
}
|
||||
&>.column2 {
|
||||
width: percentage($column2/100);
|
||||
&>.grid>.column2 {
|
||||
//width: percentage($column2/100);
|
||||
height: ($column_height1)+rem;
|
||||
|
||||
.sticky {
|
||||
@ -449,7 +449,7 @@ body {
|
||||
width: 100%;
|
||||
height: (map.get($heights, "corporativos"))+rem;
|
||||
|
||||
margin-top: ($column_height1)+rem !important;
|
||||
//margin-top: ($column_height1)+rem !important;
|
||||
|
||||
&>.column {
|
||||
display: inline-block;
|
||||
@ -786,7 +786,7 @@ body {
|
||||
.container {
|
||||
text-align: right;
|
||||
padding: 0 1rem !important;
|
||||
|
||||
|
||||
i.icons {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
Reference in New Issue
Block a user