Removed old adjustments for mobile screens

This commit is contained in:
Tobias Reich 2015-04-11 16:38:36 +02:00
parent e6d0d728d7
commit d2f2aaabf5

View File

@ -15,6 +15,7 @@
} }
} }
@media only screen and (max-width: 640px) { @media only screen and (max-width: 640px) {
#title { #title {
@ -27,10 +28,6 @@
margin: 0 20% 0 10% !important; margin: 0 20% 0 10% !important;
} }
.album, .photo {
margin: 40px 0 0 50px !important;
}
#imageview .arrow_wrapper { #imageview .arrow_wrapper {
display: none !important; display: none !important;
} }