Merge pull request #48 from koirand/enh/#47

Make the top page icon the same width
Close #47
This commit is contained in:
Kazuki Koide 2019-05-07 22:39:12 +09:00 committed by GitHub
commit 1bbeb871a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -78,6 +78,10 @@ nav ul {
list-style: none;
}
nav li {
flex: 1;
}
/* Contents List */
#searchBox {
position: relative;