From 92f710bf74623fc9c57a9ea738fac8a33d681d08 Mon Sep 17 00:00:00 2001 From: urosm Date: Mon, 5 Sep 2022 00:16:19 +0200 Subject: [PATCH] fix styling # On branch master # Your branch is up to date with 'origin/master'. # # Changes to be committed: # (use "git restore --staged ..." to unstage) # modified: static/style.css # # Changes not staged for commit: # (use "git add/rm ..." to update what will be committed) # (use "git restore ..." to discard changes in working directory) # deleted: populate_db_once.py # modified: sr_session.py --- static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/style.css b/static/style.css index 189032e..5ade2a4 100644 --- a/static/style.css +++ b/static/style.css @@ -132,6 +132,7 @@ body>footer * { /* deck */ #deck article { + max-width: 100%; max-height: 100%; display: grid; grid-template-rows: auto 1fr auto;