style fixes

This commit is contained in:
NilsUeter
2023-10-13 22:10:32 +02:00
parent 0445e93e8f
commit 4777d84819
3 changed files with 21 additions and 6 deletions
+10 -1
View File
@@ -139,7 +139,16 @@ function App() {
}}
>
<div className="header print-display-none">
<a href="/fancyscribe" style={{ color: "#fff", fontWeight: 800 }}>
<a
href="/fancyscribe"
style={{
color: "#fff",
fontWeight: 800,
display: "flex",
alignItems: "center",
gap: 6,
}}
>
FancyScribe{" "}
<span
style={{