diff --git a/static/css/style.css b/static/css/style.css index 10056dc..536ac23 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -118,7 +118,7 @@ pre, code { position: absolute; top: 50%; left: 50%; - width: 22px; + width: 20px; height: 2px; background: #000; } @@ -233,6 +233,7 @@ pre, code { } /* First entry */ .first-entry { + position: relative; min-height: calc(100vh - 65px - 80px); margin-bottom: 80px; padding-top: 12vh; @@ -260,11 +261,6 @@ pre, code { color: rgba(0, 0, 0, .4); font-size: 18px; } -@media (max-width: 767px) { - .first-entry { - margin-bottom: 25px; - } -} /* Post entry */ .post-entry { position: relative; @@ -488,7 +484,7 @@ pre, code { .footer span:last-child { display: block; } - .footer span:nth-child(2n) { + .footer span:nth-child(4) { display: none; } }