Remove redundant line

This commit is contained in:
seidbar 2022-01-07 12:27:46 +01:00 committed by GitHub
parent 64af9ee14d
commit ccbf099882
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -52,7 +52,6 @@ ul {
.header { .header {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center;
padding: 8px; padding: 8px;
} }
@ -67,4 +66,4 @@ ul {
display: flex; display: flex;
align-items: center; align-items: center;
gap: 16px; gap: 16px;
} }