[BUGFIX] Fix text-overflow: ellipsis not working for site-name

This commit is contained in:
Nikolas Hagelstein 2022-08-10 20:38:28 +02:00
parent 98160bcd54
commit 1b6f884bfb

View file

@ -0,0 +1,5 @@
@media (max-width: 719px) {
.navbar .site-name {
display: inline-block;
}
}