From: Sarah Conway Schnurr Date: Tue, 30 Jul 2019 02:54:40 +0000 (-0700) Subject: Initial CSS schedule updates X-Git-Url: http://git.postgresql.org/gitweb/static/connections.php?a=commitdiff_plain;h=b031f3a67fb63aafafbf840d10ca6530fada928f;p=pgopen2019.git Initial CSS schedule updates --- diff --git a/static/css/style.css b/static/css/style.css index 6f166bf..2d6448d 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -156,6 +156,18 @@ sub { /* PgEU */ +section.wrapper.special h2 { + width: 100%; +} + +@media (min-width: 576px) { + .col-sm-3 { + -ms-flex: 0 0 33.333333% !important; + flex: 0 0 33.333333% !important; + max-width: 33.333333% !important; + } +} + form.pgeucfpform input, form.pgeucfpform textarea, form.pgeucfpform select {