Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/adityatelange/hugo-PaperMod.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorAditya Telange <21258296+adityatelange@users.noreply.github.com>2021-05-01 09:02:11 +0300
committerAditya Telange <21258296+adityatelange@users.noreply.github.com>2021-05-01 09:02:11 +0300
commit20b91ad2aa0c22c1be7850d21553664209a4b19f (patch)
tree6a148e2caa3d2d70682017bd61f4135bcd17c035 /assets
parent0c64647138db674531b25a7ec03118957ec687ba (diff)
Use less space in footer for 'Powered by' strings;
Don't break the 'Powered by' string in between
Diffstat (limited to 'assets')
-rw-r--r--assets/css/common/footer.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/css/common/footer.css b/assets/css/common/footer.css
index 1e5632ba..65b4e2c3 100644
--- a/assets/css/common/footer.css
+++ b/assets/css/common/footer.css
@@ -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)