Fixes inconsistent CSS (#151)

This commit is contained in:
Michael Novotny
2023-09-08 09:12:57 -05:00
committed by GitHub
parent 1af130179b
commit 8e302d6725
3 changed files with 0 additions and 51 deletions

View File

@@ -30,20 +30,3 @@ img {
max-width: 100%;
height: auto;
}
h1,
h2,
p,
ul {
margin: 0;
}
ul {
padding: 0;
list-style: none;
}
button {
padding: 0.5rem 1rem;
font-weight: bold;
}

View File

@@ -30,20 +30,3 @@ img {
max-width: 100%;
height: auto;
}
h1,
h2,
p,
ul {
margin: 0;
}
ul {
padding: 0;
list-style: none;
}
button {
padding: 0.5rem 1rem;
font-weight: bold;
}

View File

@@ -30,20 +30,3 @@ img {
max-width: 100%;
height: auto;
}
h1,
h2,
p,
ul {
margin: 0;
}
ul {
padding: 0;
list-style: none;
}
button {
padding: 0.5rem 1rem;
font-weight: bold;
}