Intento de cambiar a grilla de semantic

This commit is contained in:
2021-01-05 12:39:01 -03:00
parent b7003db753
commit dde8727363
6 changed files with 152 additions and 143 deletions

View File

@ -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;
}