projects
/
pgopen2018.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ebcc07
)
fix datadog
author
xenophenes
<xenophenes42@gmail.com>
Thu, 11 May 2017 02:50:28 +0000
(19:50 -0700)
committer
xenophenes
<xenophenes42@gmail.com>
Thu, 11 May 2017 02:50:28 +0000
(19:50 -0700)
static/css/style.css
patch
|
blob
|
blame
|
history
diff --git
a/static/css/style.css
b/static/css/style.css
index 373c11e5bc6f6b447788c52a03392e77243c9bc9..647a951443607a1ce071ba784b01384562d281b6 100644
(file)
--- a/
static/css/style.css
+++ b/
static/css/style.css
@@
-1503,3
+1503,13
@@
background-color: #0A2342;
text-decoration: none;
}
+
+ @media (min-width: 979px) {
+ .caption {
+ margin: 1em 0 2em 0;
+ }
+
+ .col-md-6 {
+ width: 33%;
+ }
+ }