🐞 fix: Adjust button position for consistency

This commit is contained in:
Keith Solomon
2025-05-28 20:57:25 -05:00
parent ff4ff4c587
commit a994cd8266
2 changed files with 4 additions and 1 deletions

View File

@@ -2001,6 +2001,9 @@
.mt-8 {
margin-top: calc(var(--spacing) * 8);
}
.mt-auto {
margin-top: auto;
}
.mr-2 {
margin-right: calc(var(--spacing) * 2);
}