mobile styling

master
Espen Antonsen 2011-04-22 13:39:34 +08:00
parent 529a96a2a7
commit c94ebdd7a0
1 changed files with 5 additions and 3 deletions

View File

@ -245,9 +245,11 @@ DIV#collection_albums IMG.delete {
}
@media screen and (max-width: 480px) {
@media screen and (device-width: 480px) {
#container {
width: 100%;
}
DIV#collection_albums {
width: 100%;
}
}
}