summaryrefslogtreecommitdiff
path: root/views/index.html
diff options
context:
space:
mode:
authorhorus2021-03-12 23:33:11 +0100
committerhorus2021-03-12 23:33:11 +0100
commit1730e54d3423a8d0ab3a2bd9791575b59ab399cc (patch)
treebc4e3f8d6360f35f787ee31b9091cc75ec2a6bf0 /views/index.html
parent14e75d123ebc16bbefe6d305181eafe3d4df6333 (diff)
downloadmoehring-1730e54d3423a8d0ab3a2bd9791575b59ab399cc.tar.gz
Add faces as submodule
Diffstat (limited to 'views/index.html')
-rw-r--r--views/index.html10
1 files changed, 0 insertions, 10 deletions
diff --git a/views/index.html b/views/index.html
index 104e2c8..30c4377 100644
--- a/views/index.html
+++ b/views/index.html
@@ -1,16 +1,6 @@
{% extends "snippets/layout.html" %}
{% block css %}
- .main {
- margin-top: 4rem;
- margin-bottom: 4rem;
- }
- @media (max-width: 992px) {
- .main {
- margin-top: 4rem;
- margin-bottom: 4rem;
- }
- }
.index-list > li {
margin-bottom: 1rem;
}