projects
/
pgopen2018.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ec6c8d
)
mobile fixes sponsors
author
xenophenes
<xenophenes42@gmail.com>
Thu, 11 May 2017 03:15:46 +0000
(20:15 -0700)
committer
xenophenes
<xenophenes42@gmail.com>
Thu, 11 May 2017 03:15:46 +0000
(20:15 -0700)
static/css/style.css
patch
|
blob
|
blame
|
history
diff --git
a/static/css/style.css
b/static/css/style.css
index 647a951443607a1ce071ba784b01384562d281b6..58d6d13ff2cf643f59ad444acda28a7bc3532b92 100644
(file)
--- a/
static/css/style.css
+++ b/
static/css/style.css
@@
-1513,3
+1513,15
@@
width: 33%;
}
}
+
+@media screen and (max-width: 767px) {
+ img#sponsors {
+ margin: 0;
+ padding: 2em 7em 2em 0;
+ width: 100%;
+ }
+
+ .col-md-6 {
+ width: 100%;
+ }
+ }