This commit is contained in:
lukas 2021-01-29 21:39:19 +01:00
parent fbf286c09c
commit e825f94028

View File

@ -12,6 +12,7 @@
} }
.header { .header {
cursor: move;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
flex-wrap: nowrap; flex-wrap: nowrap;
@ -19,7 +20,6 @@
} }
.title { .title {
cursor: move;
float: left; float: left;
font-size: x-large; font-size: x-large;
margin-left: 15px; margin-left: 15px;