From 8ea1a81ed4170e1c00c01ff9e4fbc7ba6fb964ba Mon Sep 17 00:00:00 2001 From: nek0 Date: Sat, 3 Sep 2016 17:07:20 +0200 Subject: [PATCH] cleanup --- static/css/main.css | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/static/css/main.css b/static/css/main.css index 4099a86..c50b190 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -84,16 +84,13 @@ a:hover, .item a:hover, .medium a:hover, a:hover figcaption { .subheader { background: rgba(214, 71, 96, 0.7) url('../img/overlay.png'); - /*margin-bottom: -19px;*/ display: inline-flex; flex-direction: column; } .subheader > h1 { flex: 1; - /*position: absolute;*/ top: 50%; - /*transform: translateY(-50%);*/ margin: 0; display: block; width: 100%; @@ -139,7 +136,6 @@ a:hover, .item a:hover, .medium a:hover, a:hover figcaption { } .item a, .medium a { - /*color: rgba(0,0,0,0.7);*/ color: black; transition: color 0.25s ease-in-out; } @@ -197,14 +193,11 @@ footer { float: right; } -.middle { - /*margin-top: 50px;*/ -} - @media (max-width: 755px) { #main { margin-top: 120px; } + #message { top: 120px; }