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:
commit
2f2c7e6017
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user