Skip to content

Commit

Permalink
Merge pull request #18 from sdoylelambda/thurMediaQ
Browse files Browse the repository at this point in the history
Mobile view no longer greyed out.
  • Loading branch information
sdoylelambda authored Apr 23, 2020
2 parents b49bed7 + 7980f94 commit 3618528
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ nav,
@media (max-width: 800px) {
section {
background-color: white;
opacity: 1;
filter: alpha(opacity=100);
}
}

Expand All @@ -135,6 +137,12 @@ body {
line-height: 1;
}

footer:hover {
opacity: 1;
filter: alpha(opacity=100);
background-color: white;
}

ol,
ul {
list-style: none;
Expand Down

0 comments on commit 3618528

Please sign in to comment.