decrease go button size on mobile

This commit is contained in:
Silver Kuusik 2018-01-17 22:23:37 +01:00
parent d60a15b460
commit 5da853a3bd
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ div#stream {
/* robot connect button */
a.btn-robot-go {
width: 100%;
font-size: 18vw !important;
font-size: 10vw !important;
border: 3px solid rgba(0, 0, 0, 0.1) !important;
}
/* Blockly workspace */