️ Changes to address Lighthouse issues

This commit is contained in:
James Panther
2021-08-22 17:19:42 +10:00
parent c4445a2028
commit 5b7aabefa7
7 changed files with 13 additions and 3 deletions
+8
View File
@@ -2091,6 +2091,10 @@ body a, body button {
margin-bottom: 2px;
}
.mb-1 {
margin-bottom: 0.25rem;
}
.block {
display: block;
}
@@ -2685,6 +2689,10 @@ body a, body button {
margin-right: 1.75rem;
}
.sm\:mb-0 {
margin-bottom: 0px;
}
.sm\:w-1\/2 {
width: 50%;
}