Add some padding before the first line

This commit is contained in:
Jonatan Heyman 2023-01-12 18:01:21 +01:00
parent 8e4a486681
commit e880387128

View File

@ -44,5 +44,5 @@ body {
height: 2px*/
}
.block-start.first {
height: 0;
height: 4px;
}