From: Sarah Conway Date: Sat, 22 Sep 2018 03:41:30 +0000 (-0700) Subject: fix columns X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=e0693dc2b62e93d20a9957e63b29da2a8c738c93;p=pgdu2018.git fix columns --- diff --git a/static/css/style.css b/static/css/style.css index 722ce35..a465846 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -98,7 +98,6 @@ footer { .pic1, .pic2 { overflow: hidden; - width: 100%; position: relative; -webkit-background-size: cover; -moz-background-size: cover; @@ -126,6 +125,16 @@ footer { padding-bottom: 4rem; } + .row.display-flex { + display: flex; + flex-wrap: wrap; + } + + .row.display-flex > [class*='col-'] { + display: flex; + flex-direction: column; + } + /* NAVIGATION */ .navbar-fixed-top { diff --git a/templates/pages/index.html b/templates/pages/index.html index 40df3ba..ab1bd47 100644 --- a/templates/pages/index.html +++ b/templates/pages/index.html @@ -5,7 +5,7 @@
-
+

About PgDU

@@ -21,7 +21,7 @@

-
+

Audience

@@ -35,7 +35,7 @@
  • IT enthusiasts who enjoy getting involved in open source
  • -
    +