From 0bd042668609a29a694cfffa1c3e694474cf9e02 Mon Sep 17 00:00:00 2001 From: magdev Date: Sun, 26 Nov 2023 10:49:31 +0100 Subject: [PATCH] adding some basic flexbox stuff --- stylesheets/application.css | 9 +++++++++ 1 file changed, 9 insertions(+) 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;