ShopAI-Extension/styles/fonts/all.navbar.css
2024-04-23 17:09:35 +08:00

10 lines
No EOL
163 B
CSS

nav .brand-logo {
font-size: 1.25rem !important;
font-weight: bold;
}
nav > span {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}