From 27304140a0d1c44b8bc034f71970cfd6f9d9216a Mon Sep 17 00:00:00 2001 From: Matthew Patrick <Matthew.535200018@stu.untar.ac.id> Date: Fri, 24 Sep 2021 13:51:17 +0700 Subject: [PATCH] faq.html - Changed FAQ Card border radius --- faq.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/faq.html b/faq.html index 61dcb5e..71f3449 100644 --- a/faq.html +++ b/faq.html @@ -29,10 +29,7 @@ } .card { - border-bottom-left-radius: 20px; - border-bottom-right-radius: 20px; - border-top-left-radius: 20px; - border-top-right-radius: 20px; + border-radius: 10px; } </style> </head>