No top margin for h1 tag

This commit is contained in:
Shinokuni 2019-02-10 22:20:13 +00:00
parent b4931c6d36
commit 62c3da343d
1 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,10 @@
margin: 0px;
}
h1 {
margin-top: 0px;
}
</style>
</head>