v0.9.0-rc

This commit is contained in:
2020-03-27 13:14:44 -03:00
parent 723040358b
commit 158f3ff0f7
26 changed files with 183 additions and 74 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 283 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 368 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 MiB

View File

@ -110,12 +110,18 @@
#indice .row {
padding: 0 !important;
}
#indice .img {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
#indice .img,
#indice .img img {
max-height: 20rem !important;
}
#indice .contenido {
padding-top: 9rem !important;
padding-bottom: 9rem !important;
color: rgba(0, 0, 0, 0.9) !important;
}
#indice .contenido .titulo {

View File

@ -33,7 +33,9 @@ footer .main {
footer a {
color: inherit;
}
footer .small {
font-size: 0.8rem !important;
}
footer .grey {
background-color: rgba(0, 0, 0, 0.1) !important;
color: rgba(0, 0, 0, 0.7) !important;