diff options
author | JJ | 2024-07-25 19:30:39 +0000 |
---|---|---|
committer | JJ | 2024-07-25 19:30:39 +0000 |
commit | ab8ef130ba0d0b3920eaeadaa9e3a22ab81ea23f (patch) | |
tree | 21fa5c3ddb81c331bc90c6d6dcad27ff05b8370e /css/bookshelf.css | |
parent | ba4cf28d24a29b8eb191f6481e52a68d0a443d2a (diff) |
update various assorted webpages for hakyll
Diffstat (limited to 'css/bookshelf.css')
-rw-r--r-- | css/bookshelf.css | 53 |
1 files changed, 0 insertions, 53 deletions
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; - } -} |