Skip to content

Commit

Permalink
resize coming soon logo,
Browse files Browse the repository at this point in the history
Relates #148
  • Loading branch information
sima-qian committed Oct 18, 2018
1 parent 9b32fb5 commit 8334362
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/assets/universal-styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,18 @@ body {
letter-spacing: 10%;
text-align: center;
padding: 32px 0;
// border: 1px solid yellow;
}

#icon-wrapper {
display: flex;
justify-content: center;
align-items: center;
height: calc(100vh - 48px);
height: 60vh;
width: 100vw;
margin: 48px 0;
margin: 64px 0;
}

#icon-wrapper #coming-soon-icon {
height: 80vmin;
width: 80%;
max-height: 100%;
}

0 comments on commit 8334362

Please sign in to comment.