diff --git a/index.html b/index.html index e3d152d..5f894e0 100644 --- a/index.html +++ b/index.html @@ -746,7 +746,7 @@
diff --git a/style.css b/style.css index 900231a..3b6e82b 100644 --- a/style.css +++ b/style.css @@ -77,7 +77,7 @@ body { } .quote-block .quote-text { - font-size: 0.5em; + font-size: 0.5rem; color: #f0f0f0; margin-bottom: 10px; font-style: italic; @@ -85,7 +85,7 @@ body { } .quote-block .quote-attribution { - font-size: 0.1em; + font-size: 0.4rem; color: #c0c0c0; text-align: right; }