Skip to content

Commit

Permalink
##
Browse files Browse the repository at this point in the history
  • Loading branch information
jzc16101 committed Feb 17, 2020
1 parent b41133c commit 5abdb5b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions css/mobile-first.css
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@
width: 20%;
border-top: 2px solid white;
}
i {
width: 100%;
i.fab .fas {
font-size: 200%;
color: grey;
}
ul {
Expand Down Expand Up @@ -252,6 +252,9 @@
nav {
visibility: hidden;
}
footer > p {
color: white;
}
/*Desktop*/
@media (min-width: 768px) {
nav {
Expand Down

0 comments on commit 5abdb5b

Please sign in to comment.