mirror of
https://github.com/standardebooks/web.git
synced 2025-07-13 01:52:02 -04:00
Fix top margin on search form button in responsive mode
This commit is contained in:
parent
f300fc25ed
commit
ce3d1e7b22
1 changed files with 3 additions and 0 deletions
|
@ -2068,6 +2068,7 @@ article.ebook section aside.donation p::after{
|
||||||
form[action="/ebooks"] button{
|
form[action="/ebooks"] button{
|
||||||
grid-row: 3;
|
grid-row: 3;
|
||||||
grid-column: 1 / span 4;
|
grid-column: 1 / span 4;
|
||||||
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -2116,6 +2117,7 @@ article.ebook section aside.donation p::after{
|
||||||
form[action="/ebooks"] button{
|
form[action="/ebooks"] button{
|
||||||
grid-row: 3;
|
grid-row: 3;
|
||||||
grid-column: 4;
|
grid-column: 4;
|
||||||
|
margin-top: 1.4rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -2207,6 +2209,7 @@ article.ebook section aside.donation p::after{
|
||||||
form[action="/ebooks"] button{
|
form[action="/ebooks"] button{
|
||||||
grid-row: 5;
|
grid-row: 5;
|
||||||
grid-column: 1 / span 3;
|
grid-column: 1 / span 3;
|
||||||
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
body > header{
|
body > header{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue