css start zu flex-start => keine warnung

This commit is contained in:
2022-12-07 01:09:51 +01:00
parent 80a97b4a37
commit 279657ec4b

View File

@ -2,7 +2,7 @@
background-color: #060b26;
height: 80px;
display: flex;
justify-content: start;
justify-content: flex-start;
align-items: center;
}
@ -31,7 +31,7 @@
.nav-text {
display: flex;
justify-content: start;
justify-content: flex-start;
align-items: center;
padding: 8px 0px 8px 16px;
list-style: none;
@ -63,7 +63,7 @@
width: 100%;
height: 80px;
display: flex;
justify-content: start;
justify-content: flex-start;
align-items: center;
}