update max end screen image width to 80vw

This commit is contained in:
Akbar Rahman 2022-01-28 02:03:22 +00:00
parent ee4afef7d1
commit 69edfb7f95
Signed by: alvierahman90
GPG Key ID: 20609519444A1269

View File

@ -127,6 +127,10 @@ body {
width: fit-content;
}
#end_screen_image {
max-width: 80vw;
}
#keyboard {
display: flex;
flex-direction: column;