From 671cc9f0fdad89443a9801046fa2aeac8cc495c5 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Mon, 19 Dec 2022 17:36:22 -0800 Subject: [PATCH] remove btn-group:after styles --- style.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/style.css b/style.css index 3265a3d..1cd44c2 100644 --- a/style.css +++ b/style.css @@ -60,12 +60,6 @@ p { border: none; } -.btn-group:after { - content: ""; - clear: both; - display: table; -} - .btn-group button:hover { background-color: #008800; } \ No newline at end of file