Skip to content

Commit

Permalink
Update header styles in writing component
Browse files Browse the repository at this point in the history
  • Loading branch information
afnizarnur committed Apr 19, 2024
1 parent ffc3a28 commit 430a7e9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/assets/styles/components/writing/_header.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
.writing-detail {
&--content {
padding: 144px 0px 64px 0px;
margin: 144px 0px 0px 0px;
padding-bottom: 64px;

border-bottom: 1px solid var(--border-default);

@include mq-down(lg) {
margin: 64px 24px 0px 24px;
padding-bottom: 64px;
}

@include mq-down(sm) {
padding-bottom: 44px;
}

h1 {
Expand Down

0 comments on commit 430a7e9

Please sign in to comment.