Lower threshold

This commit is contained in:
Dominik V. Salonen 2015-12-26 18:38:13 +01:00
parent c1549a16f1
commit 1a2c832b4b
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ body {
animation: rise 1s ease-out;
}
@media all and (max-width: 600px){
@media all and (max-width: 480px){
.links li {
width: 40%;
margin-bottom: 20px;