This commit is contained in:
nek0 2016-09-03 17:07:20 +02:00
parent a57e52358e
commit 8ea1a81ed4

View file

@ -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;
}