This commit is contained in:
Julian Freeman
2026-03-11 12:45:51 -04:00
parent 1bc5e4ecad
commit fe88af6183
2 changed files with 18 additions and 8 deletions

View File

@@ -7,8 +7,12 @@ body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helve
.mx-auto { margin-left: auto; margin-right: auto; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-6 { margin-bottom: 1.5rem; }
.text-\[11px\] { font-size: 11px; }
.text-gray-300 { color: #d1d5db; }
.hover\:bg-red-50:hover { background-color: #fef2f2; }
.mb-2 { margin-bottom: 0.5rem; }
.mt-1 { margin-top: 0.25rem; }
.p-2 { padding: 0.5rem; }
.p-3 { padding: 0.75rem; }
.p-4 { padding: 1rem; }