fix article display bug

This commit is contained in:
Qubot 2025-04-13 13:25:30 +00:00
parent ec31bbfc59
commit 8e24488852

View File

@ -11,6 +11,8 @@
body {
font-family: "Open Sans", sans-serif;
color: #444;
height: 60vh;
margin-top: 80px;
}
a {
@ -113,6 +115,18 @@ h6,
margin-top: 30px;
}
.main-content {
min-width: 75%;
width: 75%;
margin: 0;
}
.main-content {
position: relative;
width: max-content;
margin: auto;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/