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:
parent
2aea6f4456
commit
ba29bdb05b
@ -127,6 +127,10 @@ body {
|
|||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ul {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
background: white;
|
background: white;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
@ -140,5 +144,3 @@ hr {
|
|||||||
.banner-photo {
|
.banner-photo {
|
||||||
margin-bottom: 30px;
|
margin-bottom: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user