making rules for very small devices
This commit is contained in:
parent
8ea1a81ed4
commit
3652a455e7
1 changed files with 12 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue