This commit is contained in:
2020-12-21 01:25:40 -03:00
parent 52e1e9995c
commit d459ae5052
2 changed files with 11 additions and 38 deletions

View File

@ -5,16 +5,19 @@ body {
font-family: Roboto, sans;
}
$column1: (1030*2/3/16);
$column2: (1030/3/16);
.ui.container {
max-width: 1030px;
}
section>.container {
height: 100%;
&>.column1 {
width: (1030*2/3/16)+rem;
width: ($column1)+rem;
}
&>.column2 {
width: (1030/3/16)+rem;
width: ($column2)+rem;
}
}
@ -119,33 +122,6 @@ $heights: (
}
}
}
.ui.simple.segment {
background: none !important;
margin-top: 2rem !important;
font-size: 1.1667rem;
.header {
font-size: 1.833rem;
margin-bottom: 1rem;
}
}
.grid .column {
&, & .column {
padding-top: 0;
}
}
img {
height: 9.6875rem;
margin-top: 5rem;
}
}
#seccion2 {
@ -153,8 +129,6 @@ $heights: (
background-image: url('../images/fondo23.png');
background-color: rgb(240, 240, 240);
}
#dimensiones {