diff options
| author | Physcik <mynameisgennadiy@vk.com> | 2025-12-19 21:40:40 +0500 |
|---|---|---|
| committer | Physcik <mynameisgennadiy@vk.com> | 2025-12-19 21:40:40 +0500 |
| commit | 98689a9ea44266599fee4c19f55b0f7dc559ac3b (patch) | |
| tree | ef1b401b069d6ffcfae8dbafb02ebbb536536e6b /static | |
| parent | ce3c26779a291c4095ca0c23e2330c01e7c5c72f (diff) | |
Fixed border radius
Diffstat (limited to 'static')
| -rw-r--r-- | static/index.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/index.css b/static/index.css index df30726..7bf4647 100644 --- a/static/index.css +++ b/static/index.css @@ -25,7 +25,7 @@ body { background-color: rgb(0%, 0%, 0%, 0.5); height: 10vh; width: 100%; - padding: 5px 10px 5px 10px; + padding: 5px 0px 5px 0px; border-radius: 10px 10px 0px 0px; margin: 0px; display: flex; |
