Skip to content

Commit

Permalink
change h2 margin bottom for all sections
Browse files Browse the repository at this point in the history
  • Loading branch information
sirodoht committed Aug 2, 2024
1 parent 02ffe92 commit f67e65a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/templates/assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ section { max-width: 640px; margin: 0 auto 64px; font-size: 20px; }
@media (max-width: 600px) {
section { font-size: 18px; }
}
section h2 { margin: 64px 0; }
section h2 { margin: 64px 0 32px; }
section p, section li, section time { color: #646464; }
section a { color: #646464; }
section a:hover { color: #000; }
Expand Down

0 comments on commit f67e65a

Please sign in to comment.