reorganize

This commit is contained in:
filifa
2025-12-30 00:35:29 -05:00
parent 6071dd63dd
commit 39d173c400

View File

@@ -1,12 +1,8 @@
/* header and footer */
/* header */
header {
padding: 0;
}
footer {
text-align: center;
}
#gallery {
display: flex;
justify-content: center;
@@ -25,6 +21,11 @@ footer {
font-style: italic;
}
/* footer */
footer {
text-align: center;
}
#badges {
display: flex;
flex-flow: wrap;