1
0
mirror of https://github.com/BBaoVanC/bobatheme.git synced 2025-06-17 11:37:28 -05:00

Prevent navbar items from wrapping

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

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