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

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



.title { .title {
font-size: $header-font-size; font-size: $header-font-size;
} }
font-size: $header-font-size / 2; font-size: $header-font-size / 2;
} }
} }



Loading…
Cancel
Save