Spaces:
Runtime error
Runtime error
File size: 389 Bytes
4fb3c5e cb229bd 6383bc4 4fb3c5e c63e736 af2a8f5 4fb3c5e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
h1 {
text-align: center;
}
div#result-grid {
max-width: 600px;
max-height: 600px;
}
div#result-grid-raw {
max-width: 600px;
max-height: 600px;
}
div#result {
max-width: 400px;
max-height: 400px;
}
div#result-raw {
max-width: 400px;
max-height: 400px;
}
div#result-video {
max-width: 400px;
max-height: 400px;
}
img#visitor-badge {
display: block;
margin: auto;
}
|