Fix style.
This commit is contained in:
@@ -62,11 +62,10 @@ $headerHeight: 3.5em;
|
|||||||
|
|
||||||
.title {
|
.title {
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
opacity: 0;
|
display: none;
|
||||||
transition: opacity .2s ease-in-out;
|
|
||||||
|
|
||||||
@media screen and (min-width: 600px) {
|
@media screen and (min-width: 600px) {
|
||||||
opacity: 1;
|
display: block;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user