diff --git a/html/index.html b/html/index.html index d301bba..353a1d4 100644 --- a/html/index.html +++ b/html/index.html @@ -12,7 +12,7 @@
-

MicDropMessages V1.5

+

MicDropMessages V1.6

Welcome to MicDropMessages! This small webbased application allows you to chat with your friends anonymously! To start, enter your username and enter a chatroom.

diff --git a/html/style.css b/html/style.css index 0afca0c..49351ab 100644 --- a/html/style.css +++ b/html/style.css @@ -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 */ } -} \ No newline at end of file + .container, .content, body { + padding-left: 20px; /* Increase the left padding */ + padding-right: 20px; /* Increase the right padding */ + } +} +