From c72a9072eb9487ddf6f61ad6ff88713557f4c631 Mon Sep 17 00:00:00 2001 From: NodeMixaholic Date: Thu, 9 Mar 2023 01:15:50 -0600 Subject: [PATCH] part 4 --- index.html | 2 +- styles.css | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index b340f36..7f92c6a 100644 --- a/index.html +++ b/index.html @@ -10,7 +10,7 @@ - + diff --git a/styles.css b/styles.css index 75dcbe0..5ae7d5e 100644 --- a/styles.css +++ b/styles.css @@ -10,8 +10,7 @@ text-align: center; text-decoration: none; display: inline-block; - font-size: 3rem; - user-select: none; + font-size: 1.25rem; } #backBtn { @@ -22,8 +21,7 @@ text-align: center; text-decoration: none; display: inline-block; - font-size: 3rem; - user-select: none; + font-size: 1.25rem; } #forwardBtn { @@ -34,8 +32,7 @@ text-align: center; text-decoration: none; display: inline-block; - font-size: 3rem; - user-select: none; + font-size: 1.25rem; } #txtUrl { @@ -44,6 +41,9 @@ text-align: center; text-decoration: none; display: inline-block; - font-size: 3rem; + font-size: 1.25rem; +} + +body { user-select: none; }