From cf054fc03277a4f2181cbbd7220d9f2c771595c6 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Thu, 27 Jun 2024 02:59:41 +0400 Subject: [PATCH] Do not style #donation. --- web/assets/css/about.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/web/assets/css/about.css b/web/assets/css/about.css index 8d95e00..3c4f5e5 100755 --- a/web/assets/css/about.css +++ b/web/assets/css/about.css @@ -31,13 +31,12 @@ figure img { width: 100%; } figure.center img { width: 60%; } -#contacts, -#donation { +#contacts { text-align: center; width: 100%; word-wrap: break-word; } -:is(#contacts, #donation) :is(a, span) { margin: .3rem; } +#contacts :is(a, span) { margin: .3rem; } #contacts span a { margin: 0; }