Use less space in footer for 'Powered by' strings;

Don't break the 'Powered by' string in between
This commit is contained in:
Aditya Telange 2021-05-01 11:32:11 +05:30
parent 0c64647138
commit 20b91ad2aa
No known key found for this signature in database
GPG key ID: 82E844EF3DA99E77
2 changed files with 9 additions and 4 deletions

View file

@ -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)