From 160b6755593070c04b06e86aa5cbb56522237bbc Mon Sep 17 00:00:00 2001 From: Anagha Chaudhari <143149376+anagha-chaudhari@users.noreply.github.com> Date: Sat, 20 Jul 2024 19:35:52 +0530 Subject: [PATCH 1/2] fixes issue #1115 --- Css-files/content.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Css-files/content.css b/Css-files/content.css index 041be70e..9256fbd5 100644 --- a/Css-files/content.css +++ b/Css-files/content.css @@ -123,13 +123,13 @@ body { .menu-items .card .btn { position: absolute; - left: 20%; - top: 18%; + left: 40%; + top: 0%; width: 60%; font-size: 1.1rem; padding: 3px 0; border: 1.3px solid orangered; - border-radius: 20px; + border-radius: 10px; font-family: "Bree Serif", serif; background-color: orangered; color: white; From adcf32d5264803f001b038447eec7f6ec4e51c55 Mon Sep 17 00:00:00 2001 From: Anagha Chaudhari <143149376+anagha-chaudhari@users.noreply.github.com> Date: Sun, 21 Jul 2024 17:48:23 +0530 Subject: [PATCH 2/2] update --- Css-files/content.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Css-files/content.css b/Css-files/content.css index 9256fbd5..be63e27e 100644 --- a/Css-files/content.css +++ b/Css-files/content.css @@ -123,8 +123,8 @@ body { .menu-items .card .btn { position: absolute; - left: 40%; - top: 0%; + left: 21%; + top: 26%; width: 60%; font-size: 1.1rem; padding: 3px 0;