Fix top margin on search form button in responsive mode

This commit is contained in:
Alex Cabal 2021-01-02 22:20:55 -06:00
parent f300fc25ed
commit ce3d1e7b22

View file

@ -2068,6 +2068,7 @@ article.ebook section aside.donation p::after{
form[action="/ebooks"] button{
grid-row: 3;
grid-column: 1 / span 4;
margin-top: 0;
}
}
@ -2116,6 +2117,7 @@ article.ebook section aside.donation p::after{
form[action="/ebooks"] button{
grid-row: 3;
grid-column: 4;
margin-top: 1.4rem;
}
}
@ -2207,6 +2209,7 @@ article.ebook section aside.donation p::after{
form[action="/ebooks"] button{
grid-row: 5;
grid-column: 1 / span 3;
margin-top: 0;
}
body > header{