Compare commits

...

1 Commits

Author SHA1 Message Date
httpjamesm adb796443c fix: add stackoverflow flex classes 2024-03-09 11:19:23 -05:00
+12
View File
@@ -50,3 +50,15 @@ html {
details {
cursor: pointer;
}
.d-flex {
display: flex;
}
.fd-column {
flex-direction: column;
}
.fw-nowrap {
flex-wrap: nowrap;
}