From b919b4e4a32e7cee6bab2da28279c47659715fe7 Mon Sep 17 00:00:00 2001 From: Shubhangam333 Date: Mon, 23 Oct 2023 16:46:57 +0530 Subject: [PATCH] fixed contact us text wrapping issue --- assets/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/css/style.css b/assets/css/style.css index 6fbb892..ed2e053 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -197,6 +197,7 @@ nav .nav_buttons { transition-duration: 0.3s; position: relative; + text-wrap: nowrap; } .nav_buttons .nav_button::after {