Welcome: Difference between revisions

No edit summary
No edit summary
Line 1: Line 1:
<style>
/* Mobile view fix: show image on top */
@media (max-width: 600px) {
    .fp-img {
        float: none !important;
        display: block !important;
        margin: 0 auto 10px auto !important;
        max-width: 90% !important;
    }
}
</style>