dragon-image should be positioned better

This commit is contained in:
2026-02-02 13:39:32 +01:00
parent fb7d52bde9
commit e730717a8d
+6 -1
View File
@@ -4001,10 +4001,15 @@ a:focus {
padding: 2rem;
text-align: center;
color: white;
display: grid;
grid-template-rows: 1fr auto;
align-items: center;
justify-items: center;
row-gap: 1.5rem;
}
.dragon-container {
margin-bottom: 2rem;
margin-bottom: 0;
}
.dragon-image {