From 51ed5bfeeaff0853b7bc144820a7f9b61ac0796d Mon Sep 17 00:00:00 2001 From: km0 Date: Sun, 21 May 2023 21:42:49 +0200 Subject: [PATCH] thumb --- static/css/home2.css | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/static/css/home2.css b/static/css/home2.css index cebd3ba..fabddb9 100644 --- a/static/css/home2.css +++ b/static/css/home2.css @@ -16,9 +16,9 @@ tr { vertical-align: top; } -.thumb { - width: 96px; - height: 96px; +.thumb { + width: 128px; + height: 128px; } .thumb img { @@ -40,5 +40,12 @@ tr { opacity: 0.4; } +main.content { + max-width: 1280px; + margin-inline: auto; +} + + + @media (max-width: 991.98px) { }