add new logo

This commit is contained in:
DerTyp7
2023-10-10 16:29:41 +02:00
parent c0b8e19ef0
commit 268a6e3b98
2 changed files with 36 additions and 15 deletions

View File

@@ -8,6 +8,16 @@
.logo {
flex: 0.5;
p {
font-size: 2rem;
line-height: 0.8;
}
p:nth-child(2) {
padding-left: 20px;
font-weight: bold;
}
}
.links {
@@ -48,7 +58,7 @@
flex-direction: row;
.logo {
display: flex;
display: block;
}
.control {
@@ -78,6 +88,9 @@
flex-direction: column;
.logo {
justify-content: center;
display: flex;
margin-bottom: 10px;
}
.control {