fix sumorobot id label size on mobile

This commit is contained in:
Silver Kuusik 2018-08-18 22:50:14 +02:00
parent 22adce4b9e
commit ddcc806c56
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ div#readOnlyBlocklyCode {
margin-right: auto;
}
/* robot ID label */
span.input-group-addon {
span.input-group-text {
font-size: 4.5vw;
font-weight: bold;
padding: 0.5vw 1vw !important;