aboutsummaryrefslogtreecommitdiff
path: root/assets/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/style.css')
-rw-r--r--assets/css/style.css11
1 files changed, 6 insertions, 5 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index d9ac8f5..d4d4860 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -48,17 +48,18 @@ main .search h2{
}
.search input {
- text-align: center;
+ text-align: left;
box-sizing: border-box;
background-size: 20px 20px;
- padding: 0;
+ padding-left: 10px;
+ padding-right: 10px;
}
.search input, .search button.search-button {
font-size: 16px;
- height: 40px;
+ height: 40px;
border-radius: 10px;
- border: 2px solid #ccc;
+ border: 2px solid #ccc;
}
.input-group {
@@ -629,4 +630,4 @@ hr {
.badge {
background-color: #f2dede !important;
color: #a94442 !important;
-} \ No newline at end of file
+}