aboutsummaryrefslogtreecommitdiff
path: root/src/app/anime/search/search.module.css
diff options
context:
space:
mode:
authorreal-zephex <[email protected]>2024-05-04 23:49:39 +0530
committerGitHub <[email protected]>2024-05-04 23:49:39 +0530
commit87280be2ec7a74d04159dbe5fb2831cf6a500a3c (patch)
tree0b9fb3df41a4fb23283b730d699dacaf1ed9a7f3 /src/app/anime/search/search.module.css
parentUpdate README.md (diff)
parentUI changes to improved desktop experience (diff)
downloaddramalama-87280be2ec7a74d04159dbe5fb2831cf6a500a3c.tar.xz
dramalama-87280be2ec7a74d04159dbe5fb2831cf6a500a3c.zip
Merge pull request #14 from zephex-alt/master
UI changes to improved desktop experience
Diffstat (limited to 'src/app/anime/search/search.module.css')
-rw-r--r--src/app/anime/search/search.module.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/app/anime/search/search.module.css b/src/app/anime/search/search.module.css
index 9b0d374..55e29d8 100644
--- a/src/app/anime/search/search.module.css
+++ b/src/app/anime/search/search.module.css
@@ -7,6 +7,7 @@
.inputContainer {
display: flex;
align-items: center;
+ margin: 0 0.3rem 0 0.3rem;
}
.inputContainer button {
@@ -103,7 +104,7 @@
@media screen and (max-width: 768px) {
.searchContainer {
- width: 70%;
+ width: 100%;
}
.anime p {