diff --git a/includes/nav.php b/includes/nav.php index 12c77f2..41b261b 100644 --- a/includes/nav.php +++ b/includes/nav.php @@ -1,5 +1,5 @@
- +

This cat rocks!

A homepage for my fine feline friend, Baxter

diff --git a/style/style.css b/style/style.css index a6a7530..f0607e0 100644 --- a/style/style.css +++ b/style/style.css @@ -121,12 +121,13 @@ header { } header img { - height: 72px; - width: auto; + max-height: 100%; + max-width: 100%; + object-fit: fill; } header p { - font-size: 1.25rem; + font-size: 1.5rem; font-weight: bold; }