Skip to content

Commit

Permalink
Changed the responsiveness for small phones
Browse files Browse the repository at this point in the history
  • Loading branch information
drkostas committed Nov 1, 2022
1 parent 66eccd3 commit 31e0829
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions styles/Bottombar.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,9 @@
margin-right: 0.5rem;
}
}

@media only screen and (max-width: 780px) {
.section p {
display: none;
}
}
8 changes: 4 additions & 4 deletions styles/HomePage.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -231,20 +231,20 @@
}

.name {
font-size: 2rem;
font-size: 1rem;
}

.bio {
font-size: 1.25rem;
font-size: 0.6rem;
margin-bottom: 2rem;
}

.button {
font-size: 1rem;
font-size: 0.5rem;
}

.outlined {
font-size: 1rem;
font-size: 0.5rem;
}

.illustration {
Expand Down

0 comments on commit 31e0829

Please sign in to comment.