feat: center align cards

This commit is contained in:
əlemi 2024-12-03 21:05:18 +01:00
parent 9b75fbef43
commit df52674e3d
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -69,6 +69,7 @@
padding: 1em;
box-sizing: border-box;
transition: .3s;
text-align: left;
}
div.card:hover {
background-color: var(--background-dim);
@ -76,6 +77,9 @@
body {
margin: 0;
}
main {
text-align: center;
}
footer {
width: 100%;
}