1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2024-12-23 01:27:14 +02:00

Merge pull request #664 from alexislefebvre/fix-text-align-in-docs

docs: fix text-align in list
This commit is contained in:
Patrik J. Braun 2023-05-21 17:23:34 +02:00 committed by GitHub
commit 2f2c7e6017
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;
}