mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-09-28 17:32:33 +02:00
fix(i18n_list): change display property to inline-flex coz it breaks when there are more than one translations
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
}
|
||||
|
||||
.i18n_list {
|
||||
display: inline-block;
|
||||
display: inline-flex;
|
||||
}
|
||||
|
||||
.post-meta .i18n_list li {
|
||||
|
Reference in New Issue
Block a user