add top padding to header

This commit is contained in:
Aadil Ayub 2022-02-02 17:39:59 +05:00
parent 3250fd0e53
commit 2f6757218a
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ body {
display: grid;
grid-template-columns: 300px 1fr auto;
align-items: flex-start;
padding-top: 0;
padding-top: 1.5rem;
}
.home-link {