diff options
Diffstat (limited to 'public')
| -rw-r--r-- | public/style.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/public/style.css b/public/style.css index 6be12ac..0d88240 100644 --- a/public/style.css +++ b/public/style.css @@ -130,7 +130,7 @@ footer { max-width: 100px; } -@media(max-width: 600px) { +@media(max-width: 620px) { body { padding: 10px; } @@ -141,7 +141,8 @@ footer { header nav ul li:nth-of-type(5), header nav ul li:nth-of-type(6), header nav ul li:nth-of-type(7), - header nav ul li:nth-of-type(8) { + header nav ul li:nth-of-type(8), + header nav ul li:nth-of-type(9) { display: none; } li.more { |
