From ba5d38ad4427bcda21a4cc57689464ed58d8b9a0 Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Fri, 24 Jan 2020 00:07:47 +0100 Subject: Rework of main template, adds options for more fine customisation --- assets/_utils.scss | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'assets/_utils.scss') diff --git a/assets/_utils.scss b/assets/_utils.scss index 175a4ad..6162aba 100644 --- a/assets/_utils.scss +++ b/assets/_utils.scss @@ -46,6 +46,12 @@ display: none; } +.clearfix::after { + content: ""; + display: table; + clear: both; +} + @mixin spin($duration) { animation: spin $duration ease infinite; @keyframes spin { -- cgit v1.2.3