Fix search section position on small devices
This commit is contained in:
parent
2acf6ee6d2
commit
2ab36516f4
@ -1570,7 +1570,10 @@ h4 > .notable-traits {
|
||||
height: 73px;
|
||||
}
|
||||
|
||||
#main {
|
||||
/* This is to prevent the search bar from being underneath the <section>
|
||||
* element following it.
|
||||
*/
|
||||
#main, #search {
|
||||
margin-top: 100px;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user