Skip to content

Commit

Permalink
reduced the error message font size
Browse files Browse the repository at this point in the history
  • Loading branch information
martinvibes committed Mar 30, 2024
1 parent 0be3203 commit ccef320
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -250,11 +250,15 @@ body {
}

.error svg {
height: 3rem;
width: 3rem;
height: 2.5rem;
width: 2.5rem;
fill: rgb(219, 63, 63);
transform: translateY(-0.3rem);
margin-right: 15px;
margin-right: 10px;
}

.error p {
font-size: 18px;
}

.card {
Expand Down Expand Up @@ -495,13 +499,12 @@ body {
/* height: 180px; */
}

.nav-link {
font-size: 23px;
width: 1.9rem;
height: 1.9rem;
}

.nav-link {
font-size: 23px;
width: 1.9rem;
height: 1.9rem;
}
}

@media (max-width: 380px) {
.reviews-page {
Expand Down

0 comments on commit ccef320

Please sign in to comment.