added some missing css

This commit is contained in:
Robert McGovern 2021-09-11 15:08:40 +01:00
parent 0b65465793
commit 09b46bee06
1 changed files with 5 additions and 0 deletions

View File

@ -78,6 +78,10 @@ body {
padding-bottom: 0.25rem;
}
.name, .stat {
font-weight: bold;
}
.border {
border: 1px solid var(--border-gray);
margin-top: 1.5rem;
@ -108,6 +112,7 @@ body {
font-weight: 400;
font-size: var(--label-font-size);
color: var(--dark-grayish-blue);
letter-spacing: 1.5px;
margin-top: 0.5625rem;
padding-bottom: 0.1875rem;