Skip to content

Commit

Permalink
Fixed some css
Browse files Browse the repository at this point in the history
  • Loading branch information
sergihernanz committed Sep 25, 2024
1 parent 06dbfd2 commit a1c5871
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions assets/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,32 @@
@import "minima";

@media screen {
h2 {
.post-content h2 {
margin-top: 34px;
margin-bottom: 30px;
}
h3 {
.post-content h3 {
margin-top: 30px;
margin-bottom: 26px;
}
h4 {
.post-content h4 {
margin-top: 26px;
margin-bottom: 22px;
}
/* source code blocks */
.highlight {
.post-content .highlight {
margin-top: 30px;
margin-bottom: 30px;
}
p {
.post-content p {
margin-top: 30px;
margin-bottom: 20px;
}
hr {
.post-content li {
margin-top: 22px;
margin-bottom: 18px;
}
.post-content hr {
border-top-width: 0.5px;
color: #eee;
margin-top: 50px;
Expand Down

0 comments on commit a1c5871

Please sign in to comment.