align items: center

This commit is contained in:
Luc Mcgrady 2025-08-26 01:58:52 +01:00
parent 28402c548d
commit a365369562
No known key found for this signature in database
GPG key ID: 4F3D7A0B17CC3D9C

View file

@ -45,6 +45,7 @@
display: grid;
grid-template-columns: auto 1fr auto;
justify-items: center;
align-items: center;
}
.review-buttons {