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