Retoca los estilos de la página de inicio

This commit is contained in:
Manuel Cillero 2021-09-09 20:12:18 +02:00
parent d9dff1fc67
commit 0944f895db

View file

@ -1229,7 +1229,7 @@ body.tax-quote_author_tag .quote-author a:hover {
/* Search box adjustment */
#top #s,
#top #searchsubmit {
height: 44px;
height: 44px !important;
line-height: 44px;
}
#top #searchsubmit {
@ -1267,9 +1267,14 @@ body.tax-quote_author_tag .quote-author a:hover {
@media (max-width: 989px) {
#featured-links {
margin-bottom: 0 !important;
padding: 5px 4%;
}
#featured-search {
margin-top: -24px !important;
padding: 5px 4%;
}
#top .container .av-masonry.av-large-gap {
padding: 10px 0 0;
}
}
@media (min-width: 768px) and (max-width: 929px) {