diff options
| author | Alee <alee14498@gmail.com> | 2018-11-24 10:52:36 -0500 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-11-24 10:52:36 -0500 |
| commit | 77f5b2dc4fd7f271dd7b92b70be9948ed5b5665f (patch) | |
| tree | 45dcfc6df2569220910a9500b5e9acf95e28a64f | |
| parent | fe4324c71c90bfdf96dac1e5161067e967c16e0f (diff) | |
| download | personal-website-77f5b2dc4fd7f271dd7b92b70be9948ed5b5665f.tar.gz personal-website-77f5b2dc4fd7f271dd7b92b70be9948ed5b5665f.tar.bz2 personal-website-77f5b2dc4fd7f271dd7b92b70be9948ed5b5665f.zip | |
removed some things
| -rw-r--r-- | _layouts/post.html | 2 | ||||
| -rw-r--r-- | style.css | 14 |
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> @@ -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; |
