diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -113,7 +113,7 @@ backdrop-filter: blur(10px); padding: 1rem 1rem 1rem 1.5rem; max-width: 600px; - border-radius: 8px; + border-radius: 20px; box-shadow: 0 2px #000; } #help a { @@ -286,9 +286,8 @@ text-align: center; line-height: 1.75; background: rgba(0, 0, 0, 0.75); - border-radius: 12px; - padding: 1rem; - padding-bottom: 0; + border-radius: 20px; + padding: 1rem 0.5rem 0 0.5rem; backdrop-filter: blur(6px); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); margin-top: 1rem; |
