From 7360af9695d717a196a924a2d2e1f393dcfdac56 Mon Sep 17 00:00:00 2001 From: AviderMin Date: Wed, 30 Oct 2024 19:25:12 +0800 Subject: [PATCH] fix --- WebNews/css/newsclass.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/WebNews/css/newsclass.css b/WebNews/css/newsclass.css index cf23515..cc00180 100644 --- a/WebNews/css/newsclass.css +++ b/WebNews/css/newsclass.css @@ -40,5 +40,6 @@ line-height: 35px; padding: 0 10px; background-color: skyblue; - margin: 0 10px; + border-radius: 5px; + margin: 0 10px 10px 10px; } \ No newline at end of file