update: phone style

This commit is contained in:
Vick Scarlet
2026-08-13 16:31:16 +08:00
parent 71daeb3368
commit 4be851a591
11 changed files with 129 additions and 40 deletions
+2 -2
View File
@@ -13,7 +13,7 @@
> .section {
display: flex;
flex-direction: column;
gap: 0.5rem;
gap: calc(0.5rem * var(--ratio));
width: 100%;
padding: 0;
box-sizing: border-box;
@@ -24,7 +24,7 @@
align-items: center;
font-weight: bold;
width: 100%;
height: 2rem;
height: calc(2rem * var(--ratio));
color: var(--base-text-color);
border: 0.0625rem solid var(--base-text-color);
border-bottom: 0.1875rem solid var(--color-primary);