mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 01:35:56 +01:00
Bullet points don't really work in centred text, but I've found something that mostly works!
This commit is contained in:
parent
89feb14726
commit
e65bd689bb
1 changed files with 11 additions and 0 deletions
|
@ -891,6 +891,17 @@ mark {
|
||||||
|
|
||||||
.posts {
|
.posts {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
|
ul {
|
||||||
|
list-style: none;
|
||||||
|
padding: 0;
|
||||||
|
margin: inherit;
|
||||||
|
|
||||||
|
li::before, li::after {
|
||||||
|
content: '•';
|
||||||
|
margin: 0.25em;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue