From 9d24da96b8555079dd14b7283b732fed8c19d919 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 29 Jun 2020 22:29:49 -0700 Subject: at full screen width, show full thumbnails --- fatcat_scholar/templates/base.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'fatcat_scholar') diff --git a/fatcat_scholar/templates/base.html b/fatcat_scholar/templates/base.html index a8de6e4..71efcaf 100644 --- a/fatcat_scholar/templates/base.html +++ b/fatcat_scholar/templates/base.html @@ -52,6 +52,9 @@ font-size: 16px; line-height: 20px; } + .ui.card { + max-width: 180px; + } } {# for fulltext search result highlighting #} -- cgit v1.2.3