style fix

This commit is contained in:
NilsUeter
2023-10-20 22:30:58 +02:00
parent 2c49e646b4
commit 87931d9921
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -204,7 +204,8 @@ function App() {
<div
className="print-display-none"
style={{
fontSize: "1.7rem",
fontSize: roster ? "1rem" : "1.7rem",
fontWeight: roster ? 600 : "",
display: rostersJSON.length > 0 ? "" : "none",
}}
>
+1 -1
View File
@@ -8,7 +8,7 @@
Arial, sans-serif;
line-height: 1.5;
font-weight: 400;
font-size: 13px;
font-size: 14px;
color-scheme: light dark;
color: #111113;