Browse Source

fix styles

master
Christian Ziermann 3 years ago
parent
commit
94dfeaaa2a
2 changed files with 15 additions and 14 deletions
  1. +0
    -1
      src/app/main/main.component.scss
  2. +15
    -13
      src/styles.scss

+ 0
- 1
src/app/main/main.component.scss View File

@@ -19,7 +19,6 @@
.title {
display: flex;
justify-content: center;
font-size: larger;
align-items: center;
}


+ 15
- 13
src/styles.scss View File

@@ -1,21 +1,23 @@
/* You can add global styles to this file, and also import other style files */

html, body { height: 100vh !important;}
html,
body {
margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; background-image: url('/assets/countryside.jpeg');
height: 100vh !important;
}
body {
margin: 0;
font-family: Roboto, "Helvetica Neue", sans-serif;
background-image: url("/assets/countryside.jpeg");
background-repeat: no-repeat;
background-size: cover;
}
}

.logo {

.logo {
font-size: 2vw !important;
height: 2vw;
width: 2vw;
padding-right: 1vw !important;
}
padding-right: 1vw !important;
}

.title {
display: flex!important;
align-items: center !important;
}
.title {
display: flex !important;
align-items: center !important;
}

Loading…
Cancel
Save