{% extends "snippets/layout.html" %} {% block title "about me | Maximilian Möhring" %} {% block css %} .main { /* font-size: 1.25rem; */ margin-top: 4rem; } .img-show-desktop { float: right !important; } .img-show-mobile { display: none !important; } @media (max-width: 992px) { .img-show-desktop { display: none !important; } .img-show-mobile { display: inherit !important; margin-left:auto; margin-right: auto; } } .text-small { font-size: 1rem; } {% endblock %} {% block main %}

About Me

Hi, to be short, I...

{% endblock %}