Se agregan menus
This commit is contained in:
16
public/assets/styles/eventos.css
Normal file
16
public/assets/styles/eventos.css
Normal file
@ -0,0 +1,16 @@
|
||||
#eventos {
|
||||
background-color: #e6e7e8;
|
||||
padding-top: 3rem;
|
||||
padding-bottom: 3rem;
|
||||
}
|
||||
#eventos .column {
|
||||
padding-top: 0;
|
||||
padding-bottom: 0rem;
|
||||
}
|
||||
#eventos .contenido {
|
||||
padding-top: 1rem;
|
||||
padding-bottom: 5rem;
|
||||
}
|
||||
#eventos .placeholder {
|
||||
height: 100%;
|
||||
}
|
13
public/assets/styles/galeria.css
Normal file
13
public/assets/styles/galeria.css
Normal file
@ -0,0 +1,13 @@
|
||||
#galeria {
|
||||
background-color: #e6e7e8;
|
||||
padding-top: 3.5rem;
|
||||
padding-bottom: 3.5rem;
|
||||
}
|
||||
#thumbs .image {
|
||||
width: 100% !important;
|
||||
height: 7rem;
|
||||
overflow: hidden;
|
||||
}
|
||||
#thumbs .image img {
|
||||
max-width: none !important;
|
||||
}
|
@ -38,7 +38,7 @@
|
||||
}
|
||||
#nosotros .column {
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
padding-bottom: 0rem;
|
||||
}
|
||||
#nosotros .contenido {
|
||||
padding-top: 5rem;
|
||||
@ -79,34 +79,42 @@
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
#eventos {
|
||||
#galeria {
|
||||
background-color: #e6e7e8;
|
||||
padding-top: 3rem;
|
||||
padding-bottom: 5rem;
|
||||
}
|
||||
#eventos .segment {
|
||||
#galeria .segment {
|
||||
background-color: white;
|
||||
padding: 0;
|
||||
}
|
||||
#eventos .segment .image {
|
||||
#galeria .segment .image {
|
||||
height: 14rem;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
#eventos .segment .image img {
|
||||
#galeria .segment .image img {
|
||||
max-width: none !important;
|
||||
}
|
||||
#eventos .segment .header {
|
||||
#galeria .segment .header {
|
||||
margin-top: 0;
|
||||
padding-top: 1rem;
|
||||
height: 7rem;
|
||||
}
|
||||
|
||||
#contacto {
|
||||
padding-top: 4rem;
|
||||
padding-bottom: 4rem;
|
||||
#servdeportivos {
|
||||
background-color: #e6e7e8;
|
||||
padding-top: 3rem;
|
||||
padding-bottom: 3rem;
|
||||
}
|
||||
#contacto #map {
|
||||
/*margin-top: 3rem;*/
|
||||
#servdeportivos .column {
|
||||
padding-top: 0;
|
||||
padding-bottom: 0rem;
|
||||
}
|
||||
#servdeportivos .contenido {
|
||||
padding-top: 1rem;
|
||||
padding-bottom: 5rem;
|
||||
}
|
||||
#servdeportivos .placeholder {
|
||||
height: 100%;
|
||||
}
|
||||
|
@ -20,6 +20,15 @@ button.inverted {
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
#contacto {
|
||||
padding-top: 4rem;
|
||||
padding-bottom: 4rem;
|
||||
}
|
||||
#contacto #map {
|
||||
/*margin-top: 3rem;*/
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
footer {
|
||||
flex: none;
|
||||
color: white;
|
||||
|
16
public/assets/styles/serviciosyproyectos.css
Normal file
16
public/assets/styles/serviciosyproyectos.css
Normal file
@ -0,0 +1,16 @@
|
||||
#serviciosyproyectos {
|
||||
background-color: #e6e7e8;
|
||||
padding-top: 3rem;
|
||||
padding-bottom: 3rem;
|
||||
}
|
||||
#serviciosyproyectos .column {
|
||||
padding-top: 0;
|
||||
padding-bottom: 0rem;
|
||||
}
|
||||
#serviciosyproyectos .contenido {
|
||||
padding-top: 1rem;
|
||||
padding-bottom: 5rem;
|
||||
}
|
||||
#serviciosyproyectos .placeholder {
|
||||
height: 100%;
|
||||
}
|
Reference in New Issue
Block a user