mirror of
https://github.com/abrendan/MicDropMessages.git
synced 2025-08-25 22:12:02 +02:00
Made adjustments to the padding when viewed on a smaller screen
This commit is contained in:
@@ -104,11 +104,16 @@ body.dark-mode .input {
|
||||
background-color:#000000;
|
||||
color:#ffffff;
|
||||
}
|
||||
@media (max-width: 600px) {
|
||||
@media (max-width: 800px) {
|
||||
label {
|
||||
width: auto; /* Full width on narrow screens */
|
||||
}
|
||||
#Main {
|
||||
width: 100%; /* Full width on narrow screens */
|
||||
}
|
||||
}
|
||||
.container, .content, body {
|
||||
padding-left: 20px; /* Increase the left padding */
|
||||
padding-right: 20px; /* Increase the right padding */
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user