Removed top margin for the headers

This commit is contained in:
ngn 2024-01-12 14:37:49 +03:00
parent b953a87661
commit 51fd497ec3

View File

@ -3,7 +3,7 @@
.md h3{
font-family: JetBrainsMono;
color: var(--bright-main);
margin: 30px 0px 10px 0px;
margin: 30px 0px 0px 0px;
font-weight: 900;
}