aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2023-08-31 02:56:10 +0300
committerValentin Popov <valentin@popov.link>2023-08-31 02:56:10 +0300
commitf393cbc7c676c8d036e7e67203ad468d1dcf56e3 (patch)
tree3c4e85ab117dc3ec3a246cbe17a33d822422200c
parent65d31b4e91552060b7070c6b384c9ff559b09063 (diff)
downloadpopov.link-f393cbc7c676c8d036e7e67203ad468d1dcf56e3.tar.xz
popov.link-f393cbc7c676c8d036e7e67203ad468d1dcf56e3.zip
Removed redundant styles
-rw-r--r--sass/_blog.scss3
-rw-r--r--sass/styles.scss3
-rw-r--r--templates/post.html2
3 files changed, 2 insertions, 6 deletions
diff --git a/sass/_blog.scss b/sass/_blog.scss
deleted file mode 100644
index 662cfba..0000000
--- a/sass/_blog.scss
+++ /dev/null
@@ -1,3 +0,0 @@
-.post_header {
- text-align: center;
-} \ No newline at end of file
diff --git a/sass/styles.scss b/sass/styles.scss
index 46ab7dc..56dd657 100644
--- a/sass/styles.scss
+++ b/sass/styles.scss
@@ -15,5 +15,4 @@ $font-size-base: 1.8rem;
@import "framework";
@import "navbar";
-@import "print";
-@import "blog"; \ No newline at end of file
+@import "print"; \ No newline at end of file
diff --git a/templates/post.html b/templates/post.html
index 9c6cc94..bd90b49 100644
--- a/templates/post.html
+++ b/templates/post.html
@@ -1,7 +1,7 @@
{% extends 'base.html' %}
{% block content %}
-<section class="post_header">
+<section style="text-align: center;">
<h1>{{ page.title | trim | safe }}</h1>
<p>