mirror of
https://github.com/cydrobolt/polr.git
synced 2024-11-12 21:22:28 +01:00
24 lines
277 B
CSS
24 lines
277 B
CSS
.result-box {
|
|
width: 50%;
|
|
display: block;
|
|
margin : 0 auto;
|
|
|
|
}
|
|
|
|
.back-btn {
|
|
margin-top: 30px;
|
|
}
|
|
|
|
.content-div {
|
|
text-align: center;
|
|
}
|
|
|
|
.qr-code-container {
|
|
display: none;
|
|
margin-top: 2em;
|
|
}
|
|
|
|
.qr-code-container img {
|
|
display: inline !important;
|
|
}
|