From 4dd3dd3fb3f4444c4866e8b626ff8f00d628b4ce Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 15 Jan 2021 03:48:08 -0800 Subject: html: tweaks to modal pop-ups --- fatcat_scholar/templates/base.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fatcat_scholar/templates/base.html') diff --git a/fatcat_scholar/templates/base.html b/fatcat_scholar/templates/base.html index a0af582..4e09de1 100644 --- a/fatcat_scholar/templates/base.html +++ b/fatcat_scholar/templates/base.html @@ -57,6 +57,8 @@ display: flex; justify-content: center; column-gap: 0.3em; + min-width: 12em; + max-width: 15em; } @media only screen and (max-width: 767px) { -- cgit v1.2.3