aboutsummaryrefslogtreecommitdiff
path: root/src/app/kdrama/styles/search.module.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/kdrama/styles/search.module.css')
-rw-r--r--src/app/kdrama/styles/search.module.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/app/kdrama/styles/search.module.css b/src/app/kdrama/styles/search.module.css
index 80f70b9..e8076f3 100644
--- a/src/app/kdrama/styles/search.module.css
+++ b/src/app/kdrama/styles/search.module.css
@@ -1,5 +1,5 @@
.SearchContainer {
- margin: 20px 0px -20px 0px;
+ margin: -1rem 0 -2rem 0;
}
.LoadingText {
@@ -14,7 +14,8 @@
display: flex;
align-items: center;
max-width: 30%;
- border-radius: 10px;
+ border-radius: 0.8rem;
+ margin: 0 0.2rem 0 0.2rem;
}
.SearchContainer input {