Skip to content

Commit

Permalink
Resizing the Type
Browse files Browse the repository at this point in the history
  • Loading branch information
alokartist committed Dec 26, 2023
1 parent 48db884 commit aea2d90
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,13 @@ a {
margin-bottom: 0.5rem;
padding-top: 1rem;
}
@media screen and (max-width: 600px) {
/* Adjust styles for screens narrower than 600px */
.section {
font-size: 1.2rem;
display: block;
}
}
.reset {
margin-top: 2rem;
background: gray;
Expand Down

0 comments on commit aea2d90

Please sign in to comment.