Skip to content

Commit 8853430

Browse files
committed
Add styles for stage image
1 parent 077647c commit 8853430

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

style.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,15 @@ header {
5656
cursor: pointer;
5757
}
5858

59+
.stage-image {
60+
display: grid;
61+
place-items: center;
62+
}
63+
64+
.stage-image img {
65+
max-width: 100%;
66+
}
67+
5968
.loading {
6069
display: flex;
6170
justify-content: center;

0 commit comments

Comments
 (0)