From bff7bbf7dd777f5c127b4e91beb0932e8d303dee Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Thu, 27 Jun 2024 03:00:08 +0400 Subject: [PATCH] Simplify figure. --- web/assets/css/about.css | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/web/assets/css/about.css b/web/assets/css/about.css index 3c4f5e5..644be3f 100755 --- a/web/assets/css/about.css +++ b/web/assets/css/about.css @@ -22,14 +22,10 @@ h3:is(.service-up, .service-down)::after { .columns h3 { color: var(--primary-color); } -figure figcaption { font-size: .8rem; } +figcaption { font-size: .8rem; } figure.center, -figure figcaption { text-align: center; } - -figure img { width: 100%; } - -figure.center img { width: 60%; } +figcaption { text-align: center; } #contacts { text-align: center;