Skip to content

Commit

Permalink
fix(article-footer): reduce illustration size (#10678)
Browse files Browse the repository at this point in the history
* fix(article-footer): reduce illustration size

* fix(article-footer): reduce space below contribute link
  • Loading branch information
caugner authored Mar 14, 2024
1 parent 73dd5ed commit 7b815ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/document/organisms/article-footer/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
position: absolute;
right: 0;
top: 0;
width: 25%;
width: 20%;
}
}

Expand Down Expand Up @@ -99,7 +99,7 @@

.last-modified-date {
margin-bottom: 0;
margin-top: 3rem;
margin-top: 2rem;
}
}
}

0 comments on commit 7b815ba

Please sign in to comment.