Retoca los estilos de la página de inicio
This commit is contained in:
parent
d9dff1fc67
commit
0944f895db
1 changed files with 6 additions and 1 deletions
|
@ -1229,7 +1229,7 @@ body.tax-quote_author_tag .quote-author a:hover {
|
||||||
/* Search box adjustment */
|
/* Search box adjustment */
|
||||||
#top #s,
|
#top #s,
|
||||||
#top #searchsubmit {
|
#top #searchsubmit {
|
||||||
height: 44px;
|
height: 44px !important;
|
||||||
line-height: 44px;
|
line-height: 44px;
|
||||||
}
|
}
|
||||||
#top #searchsubmit {
|
#top #searchsubmit {
|
||||||
|
@ -1267,9 +1267,14 @@ body.tax-quote_author_tag .quote-author a:hover {
|
||||||
@media (max-width: 989px) {
|
@media (max-width: 989px) {
|
||||||
#featured-links {
|
#featured-links {
|
||||||
margin-bottom: 0 !important;
|
margin-bottom: 0 !important;
|
||||||
|
padding: 5px 4%;
|
||||||
}
|
}
|
||||||
#featured-search {
|
#featured-search {
|
||||||
margin-top: -24px !important;
|
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) {
|
@media (min-width: 768px) and (max-width: 929px) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue