diff --git a/client-web/index.css b/client-web/index.css index 67c72a4..47b1212 100644 --- a/client-web/index.css +++ b/client-web/index.css @@ -206,3 +206,12 @@ input { margin: 0; /* Remove default margins */ white-space: nowrap; /* Prevent button text from wrapping */ } + +.suttle { + text-align: left; + width: 100%; + padding-left: 10px; + margin-bottom: 5px; + font-size: 0.9em; + color: rgba(255, 255, 255, 0.7); /* Makes it slightly subtle */ +} diff --git a/client-web/index.html b/client-web/index.html index 2ef4c6f..581b442 100644 --- a/client-web/index.html +++ b/client-web/index.html @@ -32,7 +32,9 @@