Conditional logic for stacking columns

This commit is contained in:
Reece Browne
2024-12-19 12:58:57 +00:00
parent 2a93910da3
commit 63386baa0d
3 changed files with 51 additions and 16 deletions

View File

@@ -366,3 +366,11 @@ span.icon-text::after {
background-color: #0056b3;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
#stacked {
gap: 1rem;
}
#stacked > .navbar-item {
margin: 0;
}