BUGFIX: player class duplicated use.

This commit is contained in:
Jorit Tijsen
2024-03-15 13:40:06 +01:00
parent 1a8bbeb084
commit eaea761366
4 changed files with 5 additions and 14 deletions

View File

@@ -336,13 +336,6 @@ body {
cursor: pointer; cursor: pointer;
} }
.player {
font-size: 14pt;
font-family: "Roboto Condensed", serif;
font-weight: 300;
color: #787878;
}
.blog_grid .row, .blog_grid .row > * { .blog_grid .row, .blog_grid .row > * {
padding: 0; padding: 0;
margin: 0; margin: 0;

File diff suppressed because one or more lines are too long

View File

@@ -55,9 +55,3 @@
} }
} }
} }
.player {
font-size: 14pt;
font-family: 'Roboto Condensed', serif;
font-weight: 300;
color: #787878;
}

View File

@@ -96,6 +96,10 @@
border-radius: 8px; border-radius: 8px;
margin-top: 10px; margin-top: 10px;
padding: 10px; padding: 10px;
font-size: 14pt;
font-family: "Roboto Condensed", serif;
font-weight: 300;
color: #787878;
} }
.player p { .player p {