aboutsummaryrefslogtreecommitdiff
path: root/client/src/components/CustomSelect/CustomSelect.module.css
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/components/CustomSelect/CustomSelect.module.css')
-rw-r--r--client/src/components/CustomSelect/CustomSelect.module.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/client/src/components/CustomSelect/CustomSelect.module.css b/client/src/components/CustomSelect/CustomSelect.module.css
index 59fc828..1cd7b64 100644
--- a/client/src/components/CustomSelect/CustomSelect.module.css
+++ b/client/src/components/CustomSelect/CustomSelect.module.css
@@ -40,3 +40,14 @@
border-bottom: none;
}
}
+
+@media screen and (max-width: 480px) {
+ .select {
+ width: 8rem;
+ font-size: 14px;
+ }
+
+ .selected__option {
+ padding: 8px;
+ }
+}