Bug: Fix misalignment of back button (#524)

Co-authored-by: Nithin David Thomas <webofnithin@gmail.com>
This commit is contained in:
Tim Lange
2020-02-20 06:32:12 +01:00
committed by GitHub
parent 4817f4a28c
commit 9674e0bff4

View File

@@ -44,6 +44,8 @@ body {
}
.back-button {
@include flex;
align-items: center;
color: $color-woot;
font-size: $font-size-default;
font-weight: $font-weight-normal;