fix: remove redundant image container styles

Removed flex display and direction from image container.
This commit is contained in:
Stevan Freeborn
2025-12-05 12:45:19 -06:00
committed by GitHub
parent c0905c9f51
commit f40a589a87
-2
View File
@@ -87,8 +87,6 @@ body {
} }
.image-container { .image-container {
display: flex;
flex-direction: column;
gap: 1rem; gap: 1rem;
} }