Fix for smaller devices
authorReda Lazri <the.red.shortcut@gmail.com>
Wed, 14 Sep 2016 16:53:16 +0000 (17:53 +0100)
committerReda Lazri <the.red.shortcut@gmail.com>
Wed, 14 Sep 2016 16:53:16 +0000 (17:53 +0100)
css/master.css

index e23c7119f2227d61bd6ba6e9e81d5e47d609d327..c6b976b7102bb020d1c94e75f4354c05143bd879 100644 (file)
@@ -484,6 +484,15 @@ footer a:hover {
 }
 
 /* Media Queries */
+
+/*Smallest devices*/
+@media (max-width: 350px) {
+  .seller {
+    display: block;
+    margin: 20px auto;
+  }
+}
+
 /* Small devices (tablets, 768px and up) */
 @media (min-width: 768px) {
   /*Navbar*/