update max end screen image width to 80vw
This commit is contained in:
parent
ee4afef7d1
commit
69edfb7f95
@ -127,6 +127,10 @@ body {
|
|||||||
width: fit-content;
|
width: fit-content;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#end_screen_image {
|
||||||
|
max-width: 80vw;
|
||||||
|
}
|
||||||
|
|
||||||
#keyboard {
|
#keyboard {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
Loading…
Reference in New Issue
Block a user