mirror of
https://github.com/draussenfunker/draussenfunker.github.io.git
synced 2025-12-31 08:29:17 +00:00
[BUGFIX] Fix text-overflow: ellipsis not working for site-name
This commit is contained in:
parent
98160bcd54
commit
1b6f884bfb
1 changed files with 5 additions and 0 deletions
5
docs/.vuepress/styles/index.scss
Normal file
5
docs/.vuepress/styles/index.scss
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
@media (max-width: 719px) {
|
||||
.navbar .site-name {
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue