From e5a2c8d967c3cda571f939926d6c693d9f5fb54a Mon Sep 17 00:00:00 2001 From: Ben Larson Date: Sun, 26 Mar 2023 19:49:26 -0500 Subject: [PATCH] Add Ratzinger Report to bookshelf --- src/bookshelf/index.html | 14 ++++++++++++-- src/styles/main.css | 2 +- src/wishlist/index.html | 2 +- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/src/bookshelf/index.html b/src/bookshelf/index.html index 2d94909..33c6647 100644 --- a/src/bookshelf/index.html +++ b/src/bookshelf/index.html @@ -28,12 +28,17 @@ display: block; font-weight: bold; font-size: 1.2em; - padding: 4rem 0 1rem 0; + width: 100%; + box-sizing: border-box; + padding: 4rem 0 1rem 5vw; } .Bookshelf { list-style-type: none; width: 100%; + overflow-y: scroll; + box-sizing: border-box; + padding: 0 5vw; white-space: nowrap; } @@ -121,8 +126,8 @@

Ben's Bookshelf


+
    -

      Before 2021 I hadn't read much since middle school. As a kid I loved to read, but all the garbage I had to read in high school and college @@ -307,6 +312,11 @@ author: { name: 'Scott Hahn', abbr: 'Hahn' }, raiting: 4, }, + { + title: 'The Ratzinger Report', + author: { name: 'Joseph Cardinal Ratzinger', abbr: 'Ratzinger' }, + rating: 4, + }, ], }; diff --git a/src/styles/main.css b/src/styles/main.css index 976aab9..77f5310 100644 --- a/src/styles/main.css +++ b/src/styles/main.css @@ -1,5 +1,5 @@ @import url('./colors.css'); -@import url('https://fonts.larson.zone/lingua-franca/index.css'); +/* @import url('https://fonts.larson.zone/lingua-franca/index.css'); */ * { font-family: inherit; diff --git a/src/wishlist/index.html b/src/wishlist/index.html index 81ec730..35ca713 100644 --- a/src/wishlist/index.html +++ b/src/wishlist/index.html @@ -65,7 +65,7 @@

    1. Heliand

      A modern English translation of the Heliand would be super - cool. the Heliand is an Old Saxon (different from Old Enlgish, + cool. The Heliand is an Old Saxon (different from Old Enlgish, but similar) poem about the life of Jesus. It was written in the style of other Saxon/Germanic literature of the time (AD 800-1000) as a way to make the Gospels less foreign to Saxon dudes who knew nothing about -- 2.45.2