Browse Source

Removed old adjustments for mobile screens

Tobias Reich 9 years ago
parent
commit
d2f2aaabf5
1 changed files with 1 additions and 4 deletions
  1. 1 4
      src/styles/_mediaquery.scss

+ 1 - 4
src/styles/_mediaquery.scss

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