docs: Fix h1 size on small breakpoint in theme

This commit is contained in:
Jean-Yves Gastaud 2016-12-20 15:53:29 +01:00 committed by digitalcraftsman
parent c22b7ff8d9
commit 83b4c40566

View file

@ -55,3 +55,10 @@
display: none;
}
}
@media (max-width:360px) {
h1 {
font-size: 1.9em;
}
}