From ccf4d61b90feda75fd272a882ce68166729b31bd Mon Sep 17 00:00:00 2001 From: Nikita <> Date: Tue, 19 Nov 2024 11:41:10 +0200 Subject: [PATCH] nav buttons size fix --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 33ca4fe..08c4308 100644 --- a/style.css +++ b/style.css @@ -60,7 +60,7 @@ p, a, ul, li{ text-align: center; text-decoration: none; display: inline-block; - font-size: .75rem; + font-size: 1rem; width: 120px; padding-top: 10px; padding-bottom: 10px;