From a68e480046d139142968450a5b4adb46f2730d93 Mon Sep 17 00:00:00 2001 From: YOSHITHA RATHNAYAKE Date: Sun, 19 Jun 2022 11:27:34 +0530 Subject: [PATCH 1/2] Change the design of the link in the top of the acf page in the mobile view --- assets/css/custom.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/assets/css/custom.css b/assets/css/custom.css index bb9ed6ed..79d0087d 100755 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -46,6 +46,13 @@ height: 293px; } +@media only screen and (max-width: 630px) { + .nav-tabs { + display: inline-block; + text-align: center; + } +} + @media only screen and (max-width: 991px) { .navbar-nav { position: fixed; From 96d4ee314e5e776adebd76c209f5ed5b85d4a9d0 Mon Sep 17 00:00:00 2001 From: YOSHITHA RATHNAYAKE Date: Thu, 23 Jun 2022 12:17:59 +0530 Subject: [PATCH 2/2] Update with the justify-content-center --- acf/index.html | 2 +- assets/css/custom.css | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/acf/index.html b/acf/index.html index 31a67aa9..09112359 100644 --- a/acf/index.html +++ b/acf/index.html @@ -11,7 +11,7 @@