.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