Skip to content

Commit

Permalink
css: fix header block
Browse files Browse the repository at this point in the history
  • Loading branch information
amerkurev committed Mar 19, 2023
1 parent 2a45035 commit 95aa13c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scrapper/static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,10 @@ details textarea {
}

.article-container header {
padding-top: 0;
border: 0;
padding: 0;
margin: 0 0 var(--typography-spacing-vertical) 0;
background: none;
}

.article-container h1,
Expand Down

0 comments on commit 95aa13c

Please sign in to comment.