diff --git a/app/globals.css b/app/globals.css index 1ef8b52..eb2d4b7 100644 --- a/app/globals.css +++ b/app/globals.css @@ -241,6 +241,27 @@ html { overflow: auto !important; } } +.MuiFormControl-root .MuiInputBase-root .MuiInputBase-input { + font-size: 10px !important ; +} + +@media (min-width: 640px) { + .MuiFormControl-root .MuiInputBase-root .MuiInputBase-input { + font-size: 12px !important ; + } +} + +@media (min-width: 768px) { + .MuiFormControl-root .MuiInputBase-root .MuiInputBase-input { + font-size: 14px !important; + } +} + +@media (min-width: 1024px) { + .MuiFormControl-root .MuiInputBase-root .MuiInputBase-input { + font-size: 16px !important; + } +} @keyframes openx { 0% {