From 03481a2d1e9743e660d63373c704b3a6f2fcf986 Mon Sep 17 00:00:00 2001 From: FilipHalon Date: Mon, 13 Jan 2020 22:46:02 +0100 Subject: [PATCH] Added responsiveness tweak. --- style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 338a68f..cacb8e2 100644 --- a/style.css +++ b/style.css @@ -56,7 +56,13 @@ nav a { padding: 1em; text-decoration: none; color: var(--navbar-text-color); - font-size: 90%; + font-size: 80%; +} + +@media (min-width: 400px) { + nav a { + font-size: 90%; + } } nav img {