Add mobile improvements

This commit is contained in:
obergodmar
2020-07-13 02:04:00 +03:00
parent 8cebb45636
commit d3cc79fac5
16 changed files with 240 additions and 72 deletions
+3 -1
View File
@@ -38,13 +38,15 @@ body {
.author {
padding: 0 10px;
width: 130px;
width: 0;
opacity: 0;
font-family: $font;
text-shadow: $fontShadow;
color: $fontColor;
font-size: 16px;
display: flex;
align-items: center;
transition: width $transitionDuration $transitionType, opacity $transitionDuration $transitionType;
justify-content: space-between;
a {