📦 Recompile main stylesheet

This commit is contained in:
James Panther
2021-08-22 17:23:44 +10:00
parent 5b7aabefa7
commit d9184b07a5
+8 -8
View File
@@ -2075,6 +2075,10 @@ body a, body button {
margin-left: 0.25rem; margin-left: 0.25rem;
} }
.mb-1 {
margin-bottom: 0.25rem;
}
.\!mb-9 { .\!mb-9 {
margin-bottom: 2.25rem !important; margin-bottom: 2.25rem !important;
} }
@@ -2091,10 +2095,6 @@ body a, body button {
margin-bottom: 2px; margin-bottom: 2px;
} }
.mb-1 {
margin-bottom: 0.25rem;
}
.block { .block {
display: block; display: block;
} }
@@ -2685,14 +2685,14 @@ body a, body button {
} }
@media (min-width: 640px) { @media (min-width: 640px) {
.sm\:mr-7 {
margin-right: 1.75rem;
}
.sm\:mb-0 { .sm\:mb-0 {
margin-bottom: 0px; margin-bottom: 0px;
} }
.sm\:mr-7 {
margin-right: 1.75rem;
}
.sm\:w-1\/2 { .sm\:w-1\/2 {
width: 50%; width: 50%;
} }