Skip to content

Commit

Permalink
take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
julesiet committed Jun 24, 2023
1 parent 0220ef8 commit ef9ffbb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,12 @@ body {

@media screen and (max-width: 900px) {
.card-title {
font-size: 20px;
font-size: 24px;
}
.card-text {
font-size: 16px;
}
.card-text > p {
font-size: 12px;
}
.card {
Expand Down

0 comments on commit ef9ffbb

Please sign in to comment.