making rules for very small devices

This commit is contained in:
nek0 2016-09-03 17:07:39 +02:00
parent 8ea1a81ed4
commit 3652a455e7

View file

@ -204,8 +204,18 @@ footer {
}
@media (max-width: 480px) {
#main, #reel {
margin-left: 0;
.reel {
margin: 80px 0 0;
}
.item, .medium {
border: 1px solid white;
}
.item {
margin-bottom: -1px;
margin-right: 0;
width: auto;
max-width: 400px;
}
}