mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-07-20 01:42:36 +02:00
Use less space in footer for 'Powered by' strings;
Don't break the 'Powered by' string in between
This commit is contained in:
@@ -17,6 +17,10 @@
|
||||
margin-inline-end: 1px
|
||||
}
|
||||
|
||||
.footer span:last-child {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.footer a {
|
||||
color: inherit;
|
||||
border-bottom: 1px solid var(--secondary)
|
||||
|
Reference in New Issue
Block a user