Reduce unimportant page title on small devices

That way there is more space for actual content.
This commit is contained in:
Daniel Siepmann 2020-11-23 08:47:53 +01:00
parent df0b59d97d
commit 655268d1b5

View file

@ -18,6 +18,9 @@ body > header {
@media (max-width: 768px) {
body > header {
a {
font-size: .75em;
}
small {
display: none;
}