chore: Update welcome.css to improve line height for h1 element

This commit is contained in:
Mauro Balades
2024-07-11 10:22:05 +02:00
parent 2783fa64d8
commit ef99073b06

View File

@@ -89,6 +89,7 @@ h1 {
font-size: 32px;
font-weight: 700;
margin: 16px 0 5px 0;
line-height: 1;
}
p {
@@ -139,14 +140,6 @@ input[type='checkbox'] {
margin-top: 20px;
}
#search h1 {
margin-bottom: 25px;
}
#theme h1 {
margin: 25px 0;
}
.page[hidden="true"] {
display: none;
}