chore: Remove outdated CSS comments
This commit is contained in:
parent
cb8b17f5f4
commit
2ac68f5a6a
|
@ -36,9 +36,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.index .creations {
|
.index .creations {
|
||||||
/* Removed display: flex; and flex-wrap: wrap; */
|
text-align: center;
|
||||||
/* The container will now rely on the flow of inline-block children */
|
|
||||||
text-align: center; /* Optional: to center the grid if it doesn't fill the width */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.index .creations .creation a {
|
.index .creations .creation a {
|
||||||
|
@ -46,9 +44,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.creation > a {
|
.creation > a {
|
||||||
display: inline-block; /* Changed from flex to inline-block */
|
display: inline-block;
|
||||||
vertical-align: top; /* Align items at the top */
|
vertical-align: top;
|
||||||
/* Removed flex-direction and align-items as they are flex properties */
|
|
||||||
|
|
||||||
margin: 1rem;
|
margin: 1rem;
|
||||||
margin-bottom: 1.5rem;
|
margin-bottom: 1.5rem;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user