Skip to content

Commit 0dc793b

Browse files
committed
changed footer in mobile and signoff font
1 parent f55b800 commit 0dc793b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

css/font.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ h1 {
2121
}
2222

2323
.signoff {
24-
font-size: 1vw;
24+
font-size: .75em;
2525
}
2626

2727
.menu {

css/mobile.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@
5353
position: relative;
5454
padding-top: 0.7em;
5555
}
56+
.menu-footer {
57+
display: none;
58+
}
5659
}
5760
@media only screen and (min-width:1080px) {
5861
.bio {

0 commit comments

Comments
 (0)