From 510fc002b7dde657d8603957f65abb99d497f0c4 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 20 Jan 2019 12:05:34 +0100 Subject: [PATCH] Fix white-spaces --- article.scss | 2 +- spinner.scss | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/article.scss b/article.scss index 0536a25..86de351 100644 --- a/article.scss +++ b/article.scss @@ -43,7 +43,7 @@ article { a { color: $article-link-color; border-bottom: 1px dotted $article-link-color; - + &:hover { border-bottom: none; } diff --git a/spinner.scss b/spinner.scss index c99e437..e5e960f 100644 --- a/spinner.scss +++ b/spinner.scss @@ -34,8 +34,7 @@ width: 18px; height: 18px; background-color: #333; - - border-radius: 100%; + border-radius: 100%; display: inline-block; -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both; animation: sk-bouncedelay 1.4s infinite ease-in-out both;