From 47dcd2453a05517c5bfeb4e231b09e982d594e80 Mon Sep 17 00:00:00 2001 From: Lorin Werthen Date: Sun, 23 Apr 2017 19:14:17 +0200 Subject: [PATCH] improve legacy blogposts --- content/assets/stylesheets/includes/general.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/assets/stylesheets/includes/general.scss b/content/assets/stylesheets/includes/general.scss index b9d58db..9abc4ed 100644 --- a/content/assets/stylesheets/includes/general.scss +++ b/content/assets/stylesheets/includes/general.scss @@ -137,6 +137,7 @@ footer.footer { } } +// Responsive font sizes @for $i from 1 through 6 { .is-#{$i}-responsive { font-size: nth($sizes, $i); @@ -146,3 +147,8 @@ footer.footer { } } } + +.alignright { + float: right; + margin: 15px; +}