diff --git a/stylesheets/application.css b/stylesheets/application.css index ecae583..c81e1b0 100644 --- a/stylesheets/application.css +++ b/stylesheets/application.css @@ -488,7 +488,8 @@ display: none; } -.theme-Baupm .columns { +.theme-Baupm .columns, +.theme-Baupm .flex { display: flex; flex-flow: row wrap; justify-content: space-around; @@ -498,11 +499,6 @@ font-weight: bold; } -.theme-Baupm.controller-news #content { - display: flex; - flex-flow: row wrap; - justify-content: space-around; -} .theme-Baupm.controller-news #content .news-article { max-width: 30%; border: 1px solid #ddd;