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; font-family: Roboto, sans;
} }
$column1: (1030*2/3/16);
$column2: (1030/3/16);
.ui.container { .ui.container {
max-width: 1030px; max-width: 1030px;
} }
section>.container { section>.container {
height: 100%; height: 100%;
&>.column1 { &>.column1 {
width: (1030*2/3/16)+rem; width: ($column1)+rem;
} }
&>.column2 { &>.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 { #seccion2 {
@ -153,8 +129,6 @@ $heights: (
background-image: url('../images/fondo23.png'); background-image: url('../images/fondo23.png');
background-color: rgb(240, 240, 240); background-color: rgb(240, 240, 240);
} }
#dimensiones { #dimensiones {

View File

@ -64,6 +64,7 @@
adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu
</p> </p>
</div> </div>
</div>
</section> </section>
<section id="seccion2" class="ui simple segment"> <section id="seccion2" class="ui simple segment">
@ -92,13 +93,11 @@
<section id="corporativos" class="ui simple segment"> <section id="corporativos" class="ui simple segment">
<div class="ui container"> <div class="ui container">
<div class="ui grid"> <div class="column1">
<div class="ten wide column"> CORPORATIVOS
CORPORATIVOS </div>
</div> <div class="column2">
<div class="six wide column fondo-blanco"> COTIZA CON NOSOSTROS
COTIZA CON NOSOSTROS
</div>
</div> </div>
</div> </div>
</section> </section>