Add opacity to fixed header

This commit is contained in:
Flavio Copes 2016-12-08 21:34:56 +01:00
parent ef8b17e040
commit ede0535565
3 changed files with 4 additions and 2 deletions

View File

@ -111,7 +111,8 @@ b, strong, label, th {
position: fixed;
top: 0;
left: 0;
width: 100%; }
width: 100%;
opacity: 0.9; }
@media only all and (max-width: 47.938em) {
#header .logo h3 {
font-size: 1.9rem; } }

File diff suppressed because one or more lines are too long

View File

@ -24,6 +24,7 @@
top: 0;
left: 0;
width: 100%;
opacity: 0.9;
}
.logo {