Left align buttons

This commit is contained in:
Carter
2024-01-18 08:09:37 -08:00
parent f4ee876fea
commit 1529ef1aff

View File

@@ -419,6 +419,7 @@ Button {
width: 100%;
color: var(--color-primary);
box-shadow: none;
justify-content: start;
&.router-link-exact-active {
box-shadow: var(--shadow-inset-lg);