decrease tags-list width
This commit is contained in:
parent
b5af44f350
commit
10906a126b
|
@ -300,6 +300,8 @@ a:hover {
|
||||||
}
|
}
|
||||||
.page-content .tags-list {
|
.page-content .tags-list {
|
||||||
float: right;
|
float: right;
|
||||||
|
max-width: 40%;
|
||||||
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
article .post-content {
|
article .post-content {
|
||||||
|
@ -311,7 +313,7 @@ article .post-content {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
}
|
}
|
||||||
.page-content ul li{
|
.page-content ul li{
|
||||||
margin-left: 10px;
|
margin-left: 20px;
|
||||||
}
|
}
|
||||||
.page-content ul li::before {
|
.page-content ul li::before {
|
||||||
content: "\2022";
|
content: "\2022";
|
||||||
|
@ -321,15 +323,22 @@ article .post-content {
|
||||||
width: 0.75em;
|
width: 0.75em;
|
||||||
margin-left: -0.5em;
|
margin-left: -0.5em;
|
||||||
}
|
}
|
||||||
|
.page-content li ul {
|
||||||
|
margin-left: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.page-content ol {
|
.page-content ol {
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
list-style: decimal;
|
list-style-type: decimal;
|
||||||
|
list-style-color: #53bcdf;
|
||||||
}
|
}
|
||||||
.page-content ol li{
|
.page-content ol li{
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
.page-content ol li::before{
|
||||||
|
content: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.page-content em {
|
.page-content em {
|
||||||
|
@ -398,5 +407,4 @@ figure img {
|
||||||
#navbar {
|
#navbar {
|
||||||
min-height: 75px;
|
min-height: 75px;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue