attempt inserting ellipses on navbar for luck

This commit is contained in:
buzz-lightsnack-2007 2024-05-10 23:06:39 +08:00
parent 11694d57bb
commit dd0a510036

View file

@ -1,3 +1,9 @@
nav *, nav ul * {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
nav .brand-logo {
font-size: 1.25rem !important;
font-weight: bold;