Skip to content

Commit

Permalink
fix: responsiveness below 300px
Browse files Browse the repository at this point in the history
  • Loading branch information
prattsss committed Oct 1, 2023
1 parent ff5e67c commit 29d761b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,17 @@ main details:hover {
grid-template-columns: 1fr 1fr;
}
}
@media (max-width: 300px) {
.hero__title {
font-size: 24px;
}

.hero__subtitle {
font-size: 16px;
}

.button {
font-size: 14px;
padding: 10px 16px;
}
}

0 comments on commit 29d761b

Please sign in to comment.