Fix search section position on small devices

This commit is contained in:
Guillaume Gomez
2020-12-27 16:26:44 +01:00
parent 2acf6ee6d2
commit 2ab36516f4

View File

@@ -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;
} }