Fix css for article list

This commit is contained in:
2026-02-28 01:16:34 +01:00
parent 9f55623807
commit f90f0cc9e9

View File

@@ -63,7 +63,6 @@ main > nav
flex-wrap: wrap;
}
article {
width: 44vw;
max-height: 35vw;
@@ -80,7 +79,7 @@ main > nav
}
article footer{
display: block;
height: 5vw;
height: 10vw;
}
}