fix UL in posts
This commit is contained in:
parent
680915bf86
commit
74a7ba3c4e
|
@ -326,8 +326,9 @@ layout: default
|
|||
<section class="info" id="read">
|
||||
|
||||
<div class="info-pages">
|
||||
|
||||
<div class="container">
|
||||
{{ content }}
|
||||
</div>
|
||||
{% if page.link.url %}
|
||||
<p class="center">
|
||||
|
||||
|
|
|
@ -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…
Reference in a new issue