mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-09-28 09:22:34 +02:00
fix(post_meta): update i18n_list display style for better alignment
This commit is contained in:
@@ -25,11 +25,13 @@
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.i18n_list {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.post-meta .i18n_list li {
|
||||
display: inline-flex;
|
||||
list-style: none;
|
||||
margin: auto 3px;
|
||||
box-shadow: 0 1px 0 var(--secondary);
|
||||
}
|
||||
|
||||
.breadcrumbs a {
|
||||
@@ -75,6 +77,7 @@
|
||||
}
|
||||
|
||||
.post-content a,
|
||||
.post-meta .i18n_list li a,
|
||||
.toc a:hover {
|
||||
box-shadow: 0 1px 0;
|
||||
box-decoration-break: clone;
|
||||
|
Reference in New Issue
Block a user