From 242f63b6c7ba6317ddcbc4a4da0d1c0ca60f6d8c Mon Sep 17 00:00:00 2001 From: Mike Young Date: Fri, 13 Dec 2019 17:17:23 -0500 Subject: [PATCH] tweaked book display, and added new classes for search results --- src/interface/static/css/main.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/interface/static/css/main.css b/src/interface/static/css/main.css index 07cdfc2..6d15343 100755 --- a/src/interface/static/css/main.css +++ b/src/interface/static/css/main.css @@ -132,6 +132,11 @@ justify-content: right; } .search{ +} +.search_details{ + display: flex; + justify-content: center; + margin: 0px 0px 5px 0px; } .shelf{ grid-area: shelf; @@ -140,9 +145,6 @@ justify-content: right; list-style-type: none; } .shelf_contents{ - display: flex; - flex-direction: column; - flex: 1; } .right_col{ grid-area: right_col @@ -162,10 +164,12 @@ justify-content: right; font-size: 25px; padding: 0; margin: 0px; + min-width: 99vw; } .shelf_item{ + display: grid; background-color: burlywood; - margin: 0 10px 10px 0; + margin: 0 10px 10px 10px; max-width: 23vw; max-height: 75vh; text-align: center;