Decrease summary-path font size on mobile

This commit is contained in:
Race, Dale
2017-10-11 09:12:17 -05:00
parent 8acac155e1
commit 499d61161a

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;