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
1 changed files with 2 additions and 2 deletions

View File

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