From eda8ef0de087c87b3dc640bddbeaf13c65b30206 Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Sun, 22 Apr 2018 17:03:56 +0200 Subject: [PATCH] Changes for new blog structure --- css/app.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/css/app.css b/css/app.css index 25a055a..b3ee60b 100755 --- a/css/app.css +++ b/css/app.css @@ -157,6 +157,9 @@ select { .column + .column.end, .columns + .columns.end { float: left; } +.column + .column.end, .columns.blog + .columns.end { + float: left } + @media only screen { .small-push-0 { position: relative; @@ -890,7 +893,9 @@ select { .pull-11 { position: relative; right: 91.6666666667%; - left: auto; } } + left: auto; } + .large-1.blog { + width: 12%; } } .accordion { margin-bottom: 0; }