aboutsummaryrefslogtreecommitdiff
path: root/src/app/manga/manga.module.css
diff options
context:
space:
mode:
authorzephex <[email protected]>2024-04-20 13:39:39 +0530
committerzephex <[email protected]>2024-04-20 13:39:39 +0530
commit25537a093f96831dd4bec210c18bd808d8db30f2 (patch)
tree22e39ab2dda04d08e74490b879305881bac1e3bd /src/app/manga/manga.module.css
parentidk whats happening (diff)
parentremoved image from homepage (diff)
downloaddramalama-25537a093f96831dd4bec210c18bd808d8db30f2.tar.xz
dramalama-25537a093f96831dd4bec210c18bd808d8db30f2.zip
somethign somethign
Diffstat (limited to 'src/app/manga/manga.module.css')
-rw-r--r--src/app/manga/manga.module.css125
1 files changed, 63 insertions, 62 deletions
diff --git a/src/app/manga/manga.module.css b/src/app/manga/manga.module.css
index 9124198..457fbbf 100644
--- a/src/app/manga/manga.module.css
+++ b/src/app/manga/manga.module.css
@@ -1,63 +1,64 @@
-.Main {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- height: 100dvh;
- width: 100dvw;
-}
-
-.MangaSVG {
- height: auto;
- width: auto;
-}
-
-.searchMain {
- display: flex;
- align-items: center;
-}
-
-.searchMain button {
- margin: 10px 5px 0px 5px;
- padding: 4px;
- border-radius: 0.3rem;
- border: none;
- outline: none;
- font-family: "Atkinson Hyperlegible", serif;
- background: #1f1f1f;
- color: white;
-}
-
-.SearchBar {
- display: flex;
- align-items: center;
- background: #1f1f1f;
- margin-top: 10px;
- border-style: dotted;
- border-color: rgb(63, 63, 63);
- border-width: 2px;
- width: 20dvw;
- border-radius: 1rem;
-}
-
-.SearchBar input {
- background: none;
- outline: none;
- border: none;
- margin-left: 5px;
- padding: 4px;
- width: 100%;
- color: white;
- font-family: "Lexend Deca", serif;
- font-size: 16px;
-}
-
-@media screen and (max-width: 768px) {
- .MangaSVG {
- width: 100%;
- }
-
- .SearchBar {
- width: 50dvw;
- }
+.Main {
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ justify-content: center;
+ height: 100dvh;
+ width: 100dvw;
+}
+
+.MangaSVG {
+ height: auto;
+ width: auto;
+}
+
+.searchMain {
+ display: flex;
+ align-items: center;
+}
+
+.searchMain button {
+ margin: 10px 5px 0px 5px;
+ padding: 8px;
+ border-radius: 0.3rem;
+ border: none;
+ outline: none;
+ font-family: "Atkinson Hyperlegible", serif;
+ background: #1f1f1f;
+ color: white;
+ cursor: pointer;
+}
+
+.SearchBar {
+ display: flex;
+ align-items: center;
+ background: #1f1f1f;
+ margin-top: 10px;
+ border-style: dotted;
+ border-color: rgb(63, 63, 63);
+ border-width: 2px;
+ width: 20dvw;
+ border-radius: 1rem;
+}
+
+.SearchBar input {
+ background: none;
+ outline: none;
+ border: none;
+ margin-left: 5px;
+ padding: 4px;
+ width: 100%;
+ color: white;
+ font-family: "Lexend Deca", serif;
+ font-size: 16px;
+}
+
+@media screen and (max-width: 768px) {
+ .MangaSVG {
+ width: 100%;
+ }
+
+ .SearchBar {
+ width: 50dvw;
+ }
} \ No newline at end of file