aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-11-24 10:52:36 -0500
committerAlee <alee14498@gmail.com>2018-11-24 10:52:36 -0500
commit77f5b2dc4fd7f271dd7b92b70be9948ed5b5665f (patch)
tree45dcfc6df2569220910a9500b5e9acf95e28a64f
parentfe4324c71c90bfdf96dac1e5161067e967c16e0f (diff)
downloadpersonal-website-77f5b2dc4fd7f271dd7b92b70be9948ed5b5665f.tar.gz
personal-website-77f5b2dc4fd7f271dd7b92b70be9948ed5b5665f.tar.bz2
personal-website-77f5b2dc4fd7f271dd7b92b70be9948ed5b5665f.zip
removed some things
-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;