Skip to content

Instantly share code, notes, and snippets.

@chrisgriffith
Last active May 13, 2019 21:50
Embed
What would you like to do?
.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