Skip to content

Commit

Permalink
Merge branch 'main' into feat/3031-improve-review-page
Browse files Browse the repository at this point in the history
  • Loading branch information
fhennig authored Oct 31, 2024
2 parents 54c8e27 + 6d2b2db commit 18fcbb2
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion website/src/styles/mdcontainer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,17 @@
}

.mdContainer h3{
@apply text-lg font-semibold text-main my-3;
@apply text-lg font-semibold text-main my-3 mt-5;

}

.mdContainer h4{
@apply text-base font-semibold text-main my-3 mt-4;
}

.mdContainer img{
@apply my-3;
}

.mdContainer p{
@apply my-2;
Expand Down

0 comments on commit 18fcbb2

Please sign in to comment.