1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-11-12 21:22:28 +01:00
polr/public/css/shorten_result.css
2017-10-26 16:28:13 -04:00

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;
}