projects
/
fsf-giving-guide.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
761ef37
)
Fix for smaller devices
author
Reda Lazri
<the.red.shortcut@gmail.com>
Wed, 14 Sep 2016 16:53:16 +0000
(17:53 +0100)
committer
Reda Lazri
<the.red.shortcut@gmail.com>
Wed, 14 Sep 2016 16:53:16 +0000
(17:53 +0100)
css/master.css
patch
|
blob
|
blame
|
history
diff --git
a/css/master.css
b/css/master.css
index e23c7119f2227d61bd6ba6e9e81d5e47d609d327..c6b976b7102bb020d1c94e75f4354c05143bd879 100644
(file)
--- a/
css/master.css
+++ b/
css/master.css
@@
-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*/