aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/podstock2018
diff options
context:
space:
mode:
authorAndreas Hubel2018-08-17 15:20:37 +0200
committerAndreas Hubel2018-08-17 15:20:37 +0200
commit8614e7d2b1e4c5fce31977f7e4c6c4112a2a9402 (patch)
treeed1dc0d1e8fa0fd4ea045c85bdc5bfc5a97e4922 /configs/conferences/podstock2018
parent480ee91098f00987cb17a17e37b44c4bd8c1f96b (diff)
podstock2018: fix css
Diffstat (limited to 'configs/conferences/podstock2018')
-rw-r--r--configs/conferences/podstock2018/main.less4
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/conferences/podstock2018/main.less b/configs/conferences/podstock2018/main.less
index 4723bef..b704591 100644
--- a/configs/conferences/podstock2018/main.less
+++ b/configs/conferences/podstock2018/main.less
@@ -43,3 +43,7 @@ footer a {
.nav > li > a:hover, .nav > li > a:focus {
background: #eee;
}
+
+body.overview .panel-body {
+ min-height: 10px;
+}