reorganize styles to global css file

This commit is contained in:
Katri Lotamõis
2026-06-29 12:28:17 +03:00
parent 91ace76d02
commit 181b310d53
4 changed files with 28 additions and 26 deletions

View File

@@ -213,3 +213,28 @@ body {
will-change: auto;
}
}
.tournament-page-scope p,
.tournament-page-scope li {
color: #ffffff;
text-align: justify;
}
@media (min-width: 640px) {
.tournament-page-scope p,
.tournament-page-scope li {
font-size: 0.875rem;
}
}
@media (min-width: 1024px) {
.tournament-page-scope p,
.tournament-page-scope li {
font-size: 1.25rem;
}
}
.tournament-page-scope ol {
color: #ffffff;
list-style-position: inside;
}