Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cydrobolt/polr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--public/css/shorten_result.css12
1 files changed, 5 insertions, 7 deletions
diff --git a/public/css/shorten_result.css b/public/css/shorten_result.css
index 71f8255..46adf07 100644
--- a/public/css/shorten_result.css
+++ b/public/css/shorten_result.css
@@ -15,11 +15,9 @@
.qr-code-container {
display: none;
- width: 300px;
- height: 300px;
- padding: 10px;
- margin: 20px auto 0 auto;
- background-color: white;
- border: 1px #b7b7b7 solid;
- border-radius: 7px;
+ margin-top: 2em;
+}
+
+.qr-code-container img {
+ display: inline !important;
}