font-size reduce by 20%
img width = 1vw
This commit is contained in:
parent
dd0391687f
commit
3e1f10491a
@ -213,13 +213,22 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 800px) {
|
@media only screen and (max-width: 800px) {
|
||||||
* {
|
.enableCameraScene h2 {
|
||||||
font-size: 80%;
|
font-size: 80%;
|
||||||
}
|
}
|
||||||
.enableCameraScene .control-group img {
|
|
||||||
width: 15px;
|
.enableCameraScene .control-group select {
|
||||||
margin-right: 5px;
|
font-size: 80%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.enableCameraScene button.letsgo {
|
||||||
|
font-size: 160%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.enableCameraScene .control-group img {
|
||||||
|
width: 1vw;
|
||||||
|
margin-right: 0px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user