Fixed #2862. Fixed #2861. Fixed #2864. Fixed #2865

This commit is contained in:
Levi 2017-01-04 20:31:53 -05:00
commit bf82aa61f1
15 changed files with 648 additions and 13 deletions

View file

@ -33,6 +33,15 @@
margin-top: 0px;
}
@media only screen and (max-width: 450px) {
/*body { font-size: 2em; }*/
.intro-headline-big {font-size: 1.8em !important;}
}
</style>
{% endblock %}