Remove margin of h1 heading (#555)

This commit is contained in:
KM-R 2024-01-11 21:50:27 +01:00 committed by GitHub
parent adc439d8f6
commit 2f7455e1fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,12 @@ html, body {
margin:0;
}
h1{
margin:0;
margin-block-end: 0;
margin-block-start:0;
}
.about-content {
float:left;
margin: 20px;