1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00

docs: fix text-align in list

This commit is contained in:
Alexis Lefebvre 2023-05-21 14:16:11 +02:00
parent 2aea6f4456
commit ba29bdb05b
No known key found for this signature in database
GPG Key ID: 3DCE39C7795C652A

View File

@ -127,6 +127,10 @@ body {
text-align: left;
}
ul {
text-align: left;
}
hr {
background: white;
margin-top: 0;
@ -140,5 +144,3 @@ hr {
.banner-photo {
margin-bottom: 30px;
}