Style changes.

This commit is contained in:
2026-04-19 23:39:58 +01:00
parent 1b8b257b6d
commit 6c49f517c6

View File

@@ -179,7 +179,7 @@ cat <<EOF
border-radius: 20px; border-radius: 20px;
background: linear-gradient(30deg, rgba(100, 43, 200, 0.4), rgba(198, 66, 110, 0.4)); background: linear-gradient(30deg, rgba(100, 43, 200, 0.4), rgba(198, 66, 110, 0.4));
position: relative; position: relative;
width: 100%; width: calc(100% - 25px);
box-sizing: border-box; box-sizing: border-box;
max-width: 420px; max-width: 420px;
} }