diff --git a/static/css/postcard.css b/static/css/postcard.css index 423c495dbccbf3ec318ac7d3f9c6c7c6d6ba6457..bd88a2d2964a425ce5a21ab309446ade8c154853 100644 --- a/static/css/postcard.css +++ b/static/css/postcard.css @@ -121,11 +121,6 @@ border-radius: 2px; } -div.nest div.postcard h2.post-title:after { - width: 100%; - left: 50%; -} - .postcard::before { display: block; position: absolute; @@ -139,7 +134,7 @@ div.nest div.postcard h2.post-title:after { } div.tags{ - top: -7px; + top: -11px; display: table; border-collapse: separate; border-spacing: 3px 0; @@ -147,7 +142,7 @@ div.tags{ text-align: center; vertical-align: middle; text-align: left; - width: 61vw; + width: 100%; } .tags a.tagbutton { @@ -161,6 +156,7 @@ div.tags{ border: solid 1px gray; color: white; transition: .4s; + float: right; } .tags a.tagbutton:hover { @@ -205,9 +201,7 @@ div.tags{ .postcard div.tags { position: relative; - left: -1.7vw; - top: -24px; - width: 88vw; + top: -27px; } .postcard h2.post-title { margin-bottom: 40px; @@ -225,7 +219,6 @@ div.tags{ } .tags a.tagbutton { - float: left; font-size: 5px; border: solid 1px white; }