From aa74e3089d3f39370cb37c77915a9c1b6f484af8 Mon Sep 17 00:00:00 2001 From: zhangsherry <57990113+zhangsherry@users.noreply.github.com> Date: Thu, 25 Apr 2024 19:36:22 +0800 Subject: [PATCH] Fix issue left by commit 061fe0a: delete margin (#536) Since commit 061fe0a replaced the margin with gap in solution.css, the margin should be deleted in style.css as well. --- flex/06-flex-layout/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/flex/06-flex-layout/style.css b/flex/06-flex-layout/style.css index 743aa09..3777aef 100644 --- a/flex/06-flex-layout/style.css +++ b/flex/06-flex-layout/style.css @@ -23,5 +23,4 @@ input { border-radius: 16px; padding: 8px 24px; width: 400px; - margin-bottom: 16px; }