Make the top page icon the same width #47

This commit is contained in:
koirand 2019-05-07 22:31:38 +09:00
parent d9fb536345
commit 819f308533

View file

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