Skip to content

Commit

Permalink
addjusting h3 font size
Browse files Browse the repository at this point in the history
  • Loading branch information
AtakanG7 committed Sep 29, 2024
1 parent 001cab6 commit d6a5b75
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion public/css/customcss.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@
object-fit: cover;
border-radius: 8px !important;
}

@media screen and (max-width: 480px) {
#post-content img{
object-fit: contain;
}
}
}

.loading-container {
Expand Down Expand Up @@ -271,7 +277,8 @@
font-family: "Roboto", sans-serif !important;
font-weight: 600 !important;
color: rgb(50, 50, 50);
font-size: 1.5rem;
font-size: 1.9rem;
margin-bottom: 10px;
}

.custom-font h4 {
Expand Down

0 comments on commit d6a5b75

Please sign in to comment.