aligned content to the top

This commit is contained in:
Miodec 2021-06-04 13:04:15 +01:00
parent abe412f5f2
commit 6e8988bbc9

View file

@ -43,6 +43,10 @@
color: var(--text-color);
}
#centerContent{
align-items: flex-start;
}
h1 {
font-weight: unset;
color: var(--main-color);