fix: correct CSS print of home page

feat/integration_ideo
Nicolas Doby 2022-11-02 14:26:33 +01:00
parent 11ce3ad871
commit 3f8d581e31
1 changed files with 20 additions and 2 deletions

View File

@ -1,7 +1,9 @@
header, nav,
.right-side, .right-side,
.main-header,
.main-footer, .main-footer,
.post-nav { .post-nav,
.post-list-footer {
display: none; display: none;
} }
@ -32,3 +34,19 @@ h3 {
h4 { h4 {
font-size: 14px; font-size: 14px;
} }
.main-content {
margin: 0;
width: 100%;
}
.main-content .sub-title {
margin: 0.5rem 0 1rem 0;
}
.post-list {
display: block;
gap: 0;
}
.post-list-item {
max-width: none;
box-shadow: none;
padding: 0;
}