From 4a41e4b60ec06645a841ffd375aa8ee585e602e5 Mon Sep 17 00:00:00 2001 From: Mike Conrad Date: Thu, 25 Jul 2024 21:21:32 -0400 Subject: [PATCH] Cleaned up css rules --- index.html | 12 +++--------- wp-content/themes/bjork/assets/unused.css | 9 +++++++++ 2 files changed, 12 insertions(+), 9 deletions(-) create mode 100644 wp-content/themes/bjork/assets/unused.css diff --git a/index.html b/index.html index 3fbeeaf..0efc66c 100644 --- a/index.html +++ b/index.html @@ -17,17 +17,11 @@ -- Faith In Tech - Navigating the intersection of faith and technology +Faith In Tech - Navigating the intersection of faith and technology - - + + diff --git a/wp-content/themes/bjork/assets/unused.css b/wp-content/themes/bjork/assets/unused.css new file mode 100644 index 0000000..ea116b2 --- /dev/null +++ b/wp-content/themes/bjork/assets/unused.css @@ -0,0 +1,9 @@ +.wp-block-image img { + box-sizing: border-box; + height: auto; + max-width: 100%; + vertical-align: bottom +} +.wp-block-image.has-custom-border img { + box-sizing: border-box +} \ No newline at end of file