Skip to content
Snippets Groups Projects
Commit cf1174c6 authored by Mike Greiling's avatar Mike Greiling
Browse files

add extra viewport breakpoint for project name width

parent 523002e4
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -150,7 +150,11 @@ header {
vertical-align: top;
white-space: nowrap;
 
@media (max-width: $screen-sm-max) {
@media (min-width: $screen-sm-min) and (max-width: $screen-sm-max) {
max-width: 300px;
}
@media (max-width: $screen-xs-max) {
max-width: 190px;
}
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment