Add opacity to fixed header
This commit is contained in:
parent
ef8b17e040
commit
ede0535565
3 changed files with 4 additions and 2 deletions
|
@ -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
|
@ -24,6 +24,7 @@
|
|||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
||||
.logo {
|
||||
|
|
Loading…
Reference in a new issue