Skip to content

Commit

Permalink
Adjusted font size of title
Browse files Browse the repository at this point in the history
  • Loading branch information
SdbnCode committed Feb 18, 2024
1 parent 122367c commit abdc29b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/Introduction.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
/* Media query for tablets and above */
@media (max-width: 768px) {
.Intro {
font-size: 1rem;
font-size: 1.5rem;
}

.Intro p {
font-size: 1.2rem;
font-size: 1rem;
}
}

0 comments on commit abdc29b

Please sign in to comment.