diff --git a/css/main.css b/css/main.css index 2171ede..b66c86d 100644 --- a/css/main.css +++ b/css/main.css @@ -1040,7 +1040,7 @@ .contact-info-quick { display: grid; - grid-template-columns: repeat(3, 1fr); + grid-template-columns: repeat(2, 1fr); gap: clamp(0.75rem, 2vw, 1.25rem); max-width: 900px; margin: 0 auto; @@ -1092,7 +1092,8 @@ letter-spacing: 0.08em; } -.info-quick-value { +.info-quick-value, +a.info-quick-value { font-size: 0.85rem; font-weight: 600; color: rgba(255, 255, 255, 0.9); diff --git a/en/index.html b/en/index.html index c45ca97..1f65e38 100644 --- a/en/index.html +++ b/en/index.html @@ -866,7 +866,7 @@