mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01: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