mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-12-22 04:13:17 -06:00
Insert line breaks between commas in CSS
This commit is contained in:
parent
1127795717
commit
3713fdae5b
@ -90,21 +90,25 @@
|
|||||||
opacity: .75;
|
opacity: .75;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-title, .author-name {
|
.post-title,
|
||||||
|
.author-name {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-title a, .author-name a {
|
.post-title a,
|
||||||
|
.author-name a {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
text-decoration: inherit;
|
text-decoration: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-meta-item, .author-meta-item {
|
.post-meta-item,
|
||||||
|
.author-meta-item {
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-metadata, .author-metadata {
|
.post-metadata,
|
||||||
|
.author-metadata {
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -117,7 +121,8 @@
|
|||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-description, .author-description {
|
.post-description,
|
||||||
|
.author-description {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -593,7 +598,8 @@ li.disabled > .page-link:hover {
|
|||||||
|
|
||||||
|
|
||||||
/* Light mode */
|
/* Light mode */
|
||||||
@media print, (prefers-color-scheme: light) {
|
@media print,
|
||||||
|
(prefers-color-scheme: light) {
|
||||||
/* Basic elements */
|
/* Basic elements */
|
||||||
.section:hover {
|
.section:hover {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
|
Loading…
Reference in New Issue
Block a user