500px is too narrow, let's switch to 768px

This commit is contained in:
Tristan PILAT 2018-07-24 12:17:07 +02:00
parent 758a537a8d
commit 99747e72b5

View file

@ -14,7 +14,7 @@
} }
#container { #container {
padding-top: 20px; padding-top: 20px;
width: 500px; width: 768px;
margin: auto; margin: auto;
overflow: hidden; overflow: hidden;
} }
@ -24,7 +24,7 @@
border-bottom: 1px solid #a9a9a9; border-bottom: 1px solid #a9a9a9;
background-image: url(./img/background-top.png); background-image: url(./img/background-top.png);
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: 245px 5px; background-position: 510px 5px;
} }
ul { ul {
list-style-type: none; list-style-type: none;