fix article display bug
This commit is contained in:
parent
ec31bbfc59
commit
8e24488852
@ -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
|
||||
--------------------------------------------------------------*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user