Prevent navbar items from wrapping

This commit is contained in:
BBaoVanC 2022-05-06 20:19:45 -05:00
parent 026d5ab2c3
commit fe08bdc93c
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
1 changed files with 1 additions and 0 deletions

View File

@ -415,6 +415,7 @@
.navbar a {
padding: 8px 12px;
border-radius: 12px;
white-space: nowrap;
}
.navbar-item:hover,