Changed Settings to use 2vh as font-size instead of 3vh
This commit is contained in:
parent
7c67a848c7
commit
4c5288d4c5
|
@ -403,7 +403,7 @@
|
|||
document.body.requestFullscreen().then(function() {
|
||||
var b = document.getElementById("fullscreen_btn").style;
|
||||
b.transform="scale(1)";
|
||||
b.right=0;
|
||||
b.right="25vw";
|
||||
b.bottom=0;
|
||||
b.display="block";
|
||||
}).catch(function(rej){});
|
||||
|
@ -520,6 +520,10 @@
|
|||
font-size: 3vh;
|
||||
}
|
||||
|
||||
#inputs {
|
||||
font-size: 2vh;
|
||||
}
|
||||
|
||||
#inExam table {
|
||||
padding-top: 15vh;
|
||||
font-size: 4vh;
|
||||
|
|
Loading…
Reference in New Issue