From 0ec688436c1c39cf3292b6a9134fd8ef448cf6f7 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Sun, 14 Feb 2021 18:28:27 +0100 Subject: [PATCH] =?UTF-8?q?Zm=C4=9Bna=20=C5=A1=C3=AD=C5=99ek=20obsahu=20a?= =?UTF-8?q?=20hlavi=C4=8Dky?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/main.scss | 6 +++++- templates/base.html | 4 +--- templates/index.html | 28 +++++++++++++++------------- templates/page.html | 10 ++++++---- 4 files changed, 27 insertions(+), 21 deletions(-) diff --git a/sass/main.scss b/sass/main.scss index b0e7cab..3d42e57 100644 --- a/sass/main.scss +++ b/sass/main.scss @@ -25,7 +25,7 @@ header { display: flex; justify-content: space-between; height: 6rem; - max-width: 1250px; + max-width: 1200px; width: 100%; } @@ -83,6 +83,10 @@ main { margin: 0 auto; padding: 1rem; + &.index { + max-width: 1200px; + } + h1, h2, h3, h4, h5, h6 { font-weight: bold; margin: 2em 0 1em 0; diff --git a/templates/base.html b/templates/base.html index 53c0df8..d0e1747 100644 --- a/templates/base.html +++ b/templates/base.html @@ -26,9 +26,7 @@ {% block extra %}{% endblock extra %} -
- {% block content %}{% endblock content %} -
+ {% block content %}{% endblock content %}