diff options
Diffstat (limited to 'Software/Visual_Studio_22/Tango.Portal.Chat.Web/wwwroot/site.css')
| -rw-r--r-- | Software/Visual_Studio_22/Tango.Portal.Chat.Web/wwwroot/site.css | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/Software/Visual_Studio_22/Tango.Portal.Chat.Web/wwwroot/site.css b/Software/Visual_Studio_22/Tango.Portal.Chat.Web/wwwroot/site.css index 8830753d5..66edfd085 100644 --- a/Software/Visual_Studio_22/Tango.Portal.Chat.Web/wwwroot/site.css +++ b/Software/Visual_Studio_22/Tango.Portal.Chat.Web/wwwroot/site.css @@ -16,24 +16,24 @@ body { margin: 0; - font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; background: var(--bg); color: var(--text); } /* Container helpers */ .container { - max-width: 920px; - margin: 3rem auto; - padding: 0 1rem; + /*max-width: 920px;*/ + /*margin: 3rem auto;*/ + /*padding: 0 1rem;*/ } .card { - background: var(--panel); - border: 1px solid var(--border); - border-radius: 12px; - padding: 1rem 1.25rem; - box-shadow: 0 10px 20px rgba(0,0,0,.25); + background: Transparent; + border: none; + /*border: 1px solid var(--border);*/ + /*border-radius: 12px;*/ + /*padding: 1rem 1.25rem;*/ + /*box-shadow: 0 10px 20px rgba(0,0,0,.25);*/ } .row { @@ -236,5 +236,8 @@ code { /* Footer composer */ .composer { - margin-top: .75rem; + margin-top: 5.75rem; + margin-left: 3.2rem; + margin-right: 3rem; + margin-bottom: 10rem; } |
