diff --git a/index.html b/index.html index 8c98192..6c875a9 100644 --- a/index.html +++ b/index.html @@ -25,6 +25,10 @@ color: #555; } + p { + color: #555; + } + button, .dropdown-btn, .source-btn { background-color: #4caf50; color: white; @@ -36,6 +40,7 @@ margin: 10px; text-decoration: none; display: inline-block; + max-width: 200px; } button:hover, .dropdown-btn:hover, .source-btn:hover { @@ -77,6 +82,7 @@ margin: 10px; text-decoration: none; display: inline-block; + max-width: 200px; } .source-btn:hover { @@ -88,7 +94,7 @@ } .line { - width: 100%; + width: 50%; border-top: 1px solid #888; margin: 10px 0; } @@ -102,17 +108,19 @@ margin-top: auto; background-color: #ddd; padding: 20px; + width: 100%; } .footer-divider { - width: 100%; + width: 50%; border-top: 1px solid #888; - margin: 20px 0; + margin: 10px 0; }
These clients might be outdated.
Version 1.8
@@ -132,8 +140,8 @@