Browse Source

Decrease summary-path font size on mobile

bubble
Race, Dale 7 years ago
parent
commit
499d61161a
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      src/style/_layout.scss

+ 4
- 0
src/style/_layout.scss View File

@@ -250,6 +250,10 @@
.opblock-summary-path__deprecated
{
font-size: 16px;
@media (max-width: 768px) {
font-size: 12px;
}


display: flex;
flex: 0 3 auto;


Loading…
Cancel
Save