Fix white-spaces

This commit is contained in:
Dennis Eichhorn 2019-01-20 12:05:34 +01:00
parent 885494dc66
commit 510fc002b7
2 changed files with 2 additions and 3 deletions

View File

@ -43,7 +43,7 @@ article {
a { a {
color: $article-link-color; color: $article-link-color;
border-bottom: 1px dotted $article-link-color; border-bottom: 1px dotted $article-link-color;
&:hover { &:hover {
border-bottom: none; border-bottom: none;
} }

View File

@ -34,8 +34,7 @@
width: 18px; width: 18px;
height: 18px; height: 18px;
background-color: #333; background-color: #333;
border-radius: 100%;
border-radius: 100%;
display: inline-block; display: inline-block;
-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both; -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
animation: sk-bouncedelay 1.4s infinite ease-in-out both; animation: sk-bouncedelay 1.4s infinite ease-in-out both;