11 lines
119 B
CSS
11 lines
119 B
CSS
body,
|
|
.fullscreen {
|
|
width: 100%;
|
|
height: 100vh;
|
|
padding: 30vh;
|
|
}
|
|
|
|
#qrcode img {
|
|
margin : 30px auto
|
|
}
|