diff --git a/stylesheets/application.css b/stylesheets/application.css index a7c5079..0ffb7fb 100644 --- a/stylesheets/application.css +++ b/stylesheets/application.css @@ -487,6 +487,15 @@ display: none; } +.theme-Baupm .columns { + display: flex; + flex-flow: row wrap; + justify-content: space-around; +} +.theme-Baupm .columns .column { + flex: 1 100%; +} + @media screen and (max-width: 899px) { .theme-Baupm #header { color: #999;