Remove margin from the h1 element

This commit is contained in:
Marco Castelluccio 2016-10-02 21:40:04 +01:00
Родитель e3174c74ca
Коммит 60a2e4d867
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -9,7 +9,7 @@ body {
}
h1 {
margin-bottom: 0;
margin: 0;
}
#dataLine {