{% extends "snippets/layout.html" %} {% block title '¯\\_(ツ)_/¯ | Maximilian Möhring' %} {% block css %} html { width: 100%; } .main { } h2 { margin-top: 3rem; margin-bottom: 3rem; } hr { margin-top: 1rem; border-top-color: #f07206 !important; width: 50%; } .hidden { visibility: hidden; } .face { font-size: 2rem; margin-top: 0.5rem; margin-bottom: 0.5rem; color: #e1e1e1; } @media (max-width: 768px ) { .face { padding-right: 0px !important; padding-left: 0px !important; font-size: 1.5rem; margin-top: 0.5rem; margin-bottom: 0.5rem; } .face-col { padding-right: 1px; padding-left: 1px; } } .faces-start { margin-left: 0; } #faces-footer { position: fixed; bottom: 0; width: 100%; height: 60px; /* Set the fixed height of the footer here */ line-height: 60px; /* Vertically center the text there */ /* background-color: #f5f5f5; background-color: #67e567; */ background-color: #90dd90; color: #008000; } .btn-outline-light { border-color: #262626; } {% endblock %} {% block main %}