Align list items to start (#1816)

This commit is contained in:
Matthias Metelka 2022-04-22 06:18:11 +02:00 committed by GitHub
parent 770fabd51b
commit 2b739d76b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,10 @@ img {
max-height: 95vh;
}
li {
text-align: start;
}
#_flag {
position: fixed;
right: 10px;