[pongwars] fix css sizing
This commit is contained in:
parent
470c4e5bd7
commit
7cc175e353
@ -21,7 +21,7 @@
|
||||
#container {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
max-width: 1000px;
|
||||
max-width: 2000px;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
@ -31,7 +31,7 @@
|
||||
display: block;
|
||||
border-radius: 4px;
|
||||
overflow: hidden;
|
||||
max-width: 150%;
|
||||
max-width: 90%;
|
||||
margin-top: auto;
|
||||
box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user