dragon-image should be positioned better
This commit is contained in:
@@ -4001,10 +4001,15 @@ a:focus {
|
|||||||
padding: 2rem;
|
padding: 2rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: white;
|
color: white;
|
||||||
|
display: grid;
|
||||||
|
grid-template-rows: 1fr auto;
|
||||||
|
align-items: center;
|
||||||
|
justify-items: center;
|
||||||
|
row-gap: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dragon-container {
|
.dragon-container {
|
||||||
margin-bottom: 2rem;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dragon-image {
|
.dragon-image {
|
||||||
|
|||||||
Reference in New Issue
Block a user