Browse Source

small design fixes

master
Christian Ziermann 4 years ago
parent
commit
bc1c7103c6
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      src/styles.scss

+ 1
- 3
src/styles.scss View File

@@ -62,10 +62,10 @@ html {
font-size: $default-font-size;
background: linear-gradient(48deg, $detail-color, $secondary-color, $primary-color);
height: 100%;
width: 100%;
margin: 0px;
}


.title {
font-size: $header-font-size;
}
@@ -75,5 +75,3 @@ html {
font-size: $header-font-size / 2;
}
}



Loading…
Cancel
Save