Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@chrisgriffith
Last active May 13, 2019 21:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrisgriffith/76755264ab3bb0932a984e6ac01c47f6 to your computer and use it in GitHub Desktop.
Save chrisgriffith/76755264ab3bb0932a984e6ac01c47f6 to your computer and use it in GitHub Desktop.
.card-body {
background-color: #ffffff;
padding: 30px;
height: calc(100vh - (200px + 56px));
overflow: hidden;
.user-meta {
padding-top: 40px;
.playername {
font-size: 24px;
font-weight: 600;
color: #303940;
}
.country {
font-size: 90%;
color: #949ea6;
text-transform: uppercase;
margin: 0 auto;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment