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; }