Se agregan menus

This commit is contained in:
2020-12-12 00:25:59 -03:00
parent decd1469b4
commit 8bc3037e13
43 changed files with 1802 additions and 77 deletions

View File

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