fix UL in posts
This commit is contained in:
parent
680915bf86
commit
74a7ba3c4e
2 changed files with 24 additions and 17 deletions
|
|
@ -188,22 +188,28 @@ a:hover {
|
|||
padding-top: 40px;
|
||||
max-width: var(--max-width);
|
||||
margin: auto;
|
||||
img {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 100%;
|
||||
max-width: 600px;
|
||||
height: auto;
|
||||
display: block;
|
||||
}
|
||||
h6 {
|
||||
font-size: 0.8em;
|
||||
text-align: center;
|
||||
}
|
||||
blockquote {
|
||||
font-weight: 700;
|
||||
border-left: 3px dotted var(--fg);
|
||||
padding-left: 40px;
|
||||
.container {
|
||||
img {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 100%;
|
||||
max-width: 600px;
|
||||
height: auto;
|
||||
display: block;
|
||||
}
|
||||
h6 {
|
||||
font-size: 0.8em;
|
||||
text-align: center;
|
||||
}
|
||||
blockquote {
|
||||
font-weight: 700;
|
||||
border-left: 3px dotted var(--fg);
|
||||
padding-left: 40px;
|
||||
}
|
||||
ul {
|
||||
list-style-type:circle;
|
||||
padding-left:80px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue