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:
authorChaoyi Zha <summermontreal@gmail.com>2018-03-29 07:04:11 +0300
committerChaoyi Zha <summermontreal@gmail.com>2018-03-29 07:04:11 +0300
commit398b63a1902ef9d73151a1f3fb1dff973b98fffe (patch)
tree83523958571047f0709a6f0f9f65acd3e0127a55
parente5dbcda2eab7eaa4ab603c304d8c3f838eeb4fbe (diff)
Style; change width
-rw-r--r--public/css/shorten_result.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/public/css/shorten_result.css b/public/css/shorten_result.css
index 5871b22..42482a1 100644
--- a/public/css/shorten_result.css
+++ b/public/css/shorten_result.css
@@ -23,10 +23,11 @@
}
.input-group {
- width: 50%;
+ width: 40vw;
margin: 0 auto;
}
+
.input-group-addon {
- padding:0px 10px;
+ padding: 0px 10px;
cursor: pointer;
}