This is an automated email from the ASF dual-hosted git repository.
xiaoyu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shenyu-website.git
The following commit(s) were added to refs/heads/main by this push:
new 31dcd0c218 fixed #1016 (#1017)
31dcd0c218 is described below
commit 31dcd0c2181f4e103cf20c74e5660b00050f6d4b
Author: Kerwin Bryant <[email protected]>
AuthorDate: Thu Mar 28 20:37:01 2024 +0800
fixed #1016 (#1017)
---
src/pages/blog.module.css | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/src/pages/blog.module.css b/src/pages/blog.module.css
index fd5383ab13..77cf9256c4 100644
--- a/src/pages/blog.module.css
+++ b/src/pages/blog.module.css
@@ -1,7 +1,6 @@
.container{
display: flex;
flex-direction: row;
- margin: 0 calc(var(--ifm-spacing-horizontal)*-1);
flex-wrap: wrap;
}
@@ -172,7 +171,7 @@
margin: 30px 6rem 30px 20px;
border-bottom: 1px solid #eaecef;
}
-
+
.card{
flex:1;
margin: 0 20px 0 20px;
@@ -181,4 +180,4 @@
min-width: calc( 100% - 6rem );
max-width: calc( 100% - 6rem );
}
-}
\ No newline at end of file
+}