Created
November 14, 2019 12:06
-
-
Save theodesp/8cf941de4ae4c5e4e8d9753d8334fa32 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.Home { | |
text-align: center; | |
} | |
.Home-logo { | |
height: 40vmin; | |
} | |
.Home-header { | |
background-color: #282c34; | |
min-height: 100vh; | |
display: flex; | |
flex-direction: column; | |
align-items: center; | |
justify-content: center; | |
font-size: calc(10px + 2vmin); | |
color: white; | |
} | |
.Home-link { | |
color: #09d3ac; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment