From ab8ef130ba0d0b3920eaeadaa9e3a22ab81ea23f Mon Sep 17 00:00:00 2001 From: JJ Date: Thu, 25 Jul 2024 12:30:39 -0700 Subject: update various assorted webpages for hakyll --- css/bookshelf.css | 53 ----------------------------------------------------- 1 file changed, 53 deletions(-) delete mode 100644 css/bookshelf.css (limited to 'css/bookshelf.css') diff --git a/css/bookshelf.css b/css/bookshelf.css deleted file mode 100644 index b8795fa..0000000 --- a/css/bookshelf.css +++ /dev/null @@ -1,53 +0,0 @@ -a { - color: inherit; -} - -h2 { - margin-bottom: 4px; -} - -hr { - background: black; - height: 6px; - margin-bottom: 20px; -} - -.cover, .poster, .icon { - max-height: 250px; - /* max-width: 165px; */ - max-width: 200px; - border-radius: 10px; -} - -.cover { - border: 2px solid black; - box-shadow: 8px 8px grey; -} - -.icon { - filter: drop-shadow(0px 0px 2px black); -} - -.shelf { - display: flex; - flex-direction: row; - justify-content: space-around; - text-align: center; - align-items: flex-end; - flex-wrap: wrap; -} - -.shelf div { - margin-right: 1em; - margin-top: 20px; -} - -.shelf h3 { - margin-bottom: 0px; -} - -@media screen and (max-width: 700px) { - h2 { - text-align: center; - } -} -- cgit v1.2.3-70-g09d2