From: Zachary Vance Date: Sat, 19 Nov 2022 04:27:19 +0000 (-0500) Subject: Make hackaday look better on phone X-Git-Url: https://git.za3k.com/?a=commitdiff_plain;h=8644b772176e93aaa257414b28fa8c3ab422b545;p=za3k.git Make hackaday look better on phone --- diff --git a/hackaday.css b/hackaday.css index abd02ae..56817c0 100644 --- a/hackaday.css +++ b/hackaday.css @@ -1,10 +1,9 @@ .hacks { + width: max(242px, 60%); /* 242px is the fixed-size element including margins */ margin: 0 auto; display: flex; flex-direction: row; flex-wrap: wrap; - max-width: 1000px; - max-width:60%; flex: 1 1 auto; } .hack {