Fix tree root font being larger than it used to be

This commit is contained in:
Sebastiaan Janssen
2022-09-07 14:08:33 +02:00
parent da24ae9180
commit 2ad6633d47

View File

@@ -11,8 +11,8 @@
}
h1 {
font-size: 18.75px;
font-weight: 600;
font-size: @baseFontSize;
font-weight: 700;
margin: 0;
width: 100%;
display: flex;