aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_layouts/post.html2
-rw-r--r--style.css14
2 files changed, 1 insertions, 15 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index 7d69422..cb0bf12 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -19,7 +19,7 @@
<center><a href="/blog.html"><i class="fas fa-arrow-left"></i> Other posts</a></center>
</h3>
</div>
- <div class="container-blog">
+ <div class="container">
<b>{{ content }}</b>
</div>
diff --git a/style.css b/style.css
index ebc9f75..31522ba 100644
--- a/style.css
+++ b/style.css
@@ -174,20 +174,6 @@ li a:hover {
margin: 10px;
}
-.container-blog {
- border: 1px solid white;
- padding: 9px;
- position: relative;
- top: -30px;
- width: 800px;
- left: calc(50vw - 420px);
-}
-
-.container-blog a {
- text-decoration: none;
-}
-
-
.row-cards {
display: -ms-flexbox;
display: flex;