release/live to main #7

Merged
mischa.spelt merged 91 commits from release/live into main 2024-09-12 15:09:01 +02:00
4 changed files with 5 additions and 14 deletions
Showing only changes of commit eaea761366 - Show all commits

View File

@@ -336,13 +336,6 @@ body {
cursor: pointer;
}
.player {
font-size: 14pt;
font-family: "Roboto Condensed", serif;
font-weight: 300;
color: #787878;
}
.blog_grid .row, .blog_grid .row > * {
padding: 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;
margin-top: 10px;
padding: 10px;
font-size: 14pt;
font-family: "Roboto Condensed", serif;
font-weight: 300;
color: #787878;
}
.player p {