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

github.com/asurbernardo/amperage.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorAsur <asur@asurbernardo.com>2020-01-16 13:28:22 +0300
committerAsur <asur@asurbernardo.com>2020-01-16 13:28:22 +0300
commit7b16725783eb47612f544971ae669208b3c9593f (patch)
tree1f82852e4079301410891a4f35d9668b9f4504db /assets
parentdb7cae5c7fe82c4c3f0b071fd3b7b1db83b77f70 (diff)
Avoid multiple words menu link to wrap and displace logo
Diffstat (limited to 'assets')
-rw-r--r--assets/theme.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/theme.scss b/assets/theme.scss
index c999cd9..c584863 100644
--- a/assets/theme.scss
+++ b/assets/theme.scss
@@ -22,6 +22,7 @@ body {
justify-content: flex-start;
border: 1px solid #333;
a {
+ white-space: nowrap;
border-bottom: none;
&:hover {
color: $main-color;