Fix: Resolve responsive layout issues on news pages

This commit is contained in:
hiep200311
2026-06-04 09:20:59 +07:00
parent 3c4385777c
commit 8a2b4be7ac
6 changed files with 314 additions and 261 deletions
@@ -35,8 +35,6 @@ a:active {
/* MAIN CONTENT - ARTICLE STYLING */
article {
max-width: 800px;
margin: 40px auto;
padding: 30px;
background-color: #fff;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
@@ -93,7 +91,6 @@ article h3 + p {
/* Article responsiveness */
article {
padding: 15px;
margin: 20px auto;
}
article h1 {