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) { }