cleanup
This commit is contained in:
parent
a57e52358e
commit
8ea1a81ed4
1 changed files with 1 additions and 8 deletions
|
@ -84,16 +84,13 @@ a:hover, .item a:hover, .medium a:hover, a:hover figcaption {
|
||||||
|
|
||||||
.subheader {
|
.subheader {
|
||||||
background: rgba(214, 71, 96, 0.7) url('../img/overlay.png');
|
background: rgba(214, 71, 96, 0.7) url('../img/overlay.png');
|
||||||
/*margin-bottom: -19px;*/
|
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
.subheader > h1 {
|
.subheader > h1 {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
/*position: absolute;*/
|
|
||||||
top: 50%;
|
top: 50%;
|
||||||
/*transform: translateY(-50%);*/
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -139,7 +136,6 @@ a:hover, .item a:hover, .medium a:hover, a:hover figcaption {
|
||||||
}
|
}
|
||||||
|
|
||||||
.item a, .medium a {
|
.item a, .medium a {
|
||||||
/*color: rgba(0,0,0,0.7);*/
|
|
||||||
color: black;
|
color: black;
|
||||||
transition: color 0.25s ease-in-out;
|
transition: color 0.25s ease-in-out;
|
||||||
}
|
}
|
||||||
|
@ -197,14 +193,11 @@ footer {
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
.middle {
|
|
||||||
/*margin-top: 50px;*/
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (max-width: 755px) {
|
@media (max-width: 755px) {
|
||||||
#main {
|
#main {
|
||||||
margin-top: 120px;
|
margin-top: 120px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#message {
|
#message {
|
||||||
top: 120px;
|
top: 120px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue