Skip to content

Commit

Permalink
modified: styles/mobile-styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Thizh committed Feb 28, 2024
1 parent 02c36cd commit 5a1c50a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion styles/mobile-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
}

.wrapper {
height: 70vh;
max-height: 200px;
min-height: 70vh;
}

#overlay-me {
Expand All @@ -25,10 +26,12 @@

.paragraphs {
font-size: 15px;
font-family: "Helvetica Neue", Arial, sans-serif;
}

.greet {
font-size: 20px;
font-family: "Helvetica Neue", Arial, sans-serif;
}

#overlay-cv {
Expand Down

0 comments on commit 5a1c50a

Please sign in to comment.