Skip to content

Instantly share code, notes, and snippets.

@theodesp
Created November 14, 2019 12:06
Show Gist options
  • Save theodesp/8cf941de4ae4c5e4e8d9753d8334fa32 to your computer and use it in GitHub Desktop.
Save theodesp/8cf941de4ae4c5e4e8d9753d8334fa32 to your computer and use it in GitHub Desktop.
.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