Prevent navbar items from wrapping

This commit is contained in:
2022-05-06 20:19:45 -05:00
parent 026d5ab2c3
commit fe08bdc93c

View File

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