pong online: add: smartphone support
This commit is contained in:
14
django/frontend/static/css/pongOnline.css
Normal file
14
django/frontend/static/css/pongOnline.css
Normal file
@ -0,0 +1,14 @@
|
||||
#up:active, #down:active {
|
||||
color: red;
|
||||
}
|
||||
|
||||
#up, #down {
|
||||
min-height: 60px;
|
||||
min-width: 60px;
|
||||
|
||||
font-size: 40px;
|
||||
}
|
||||
|
||||
#up, #down {
|
||||
position: relative;
|
||||
}
|
Reference in New Issue
Block a user