Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
init committed Nov 19, 2024
1 parent e1de32d commit 920a1f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ footer.sticky-bottom {

.publications {
margin-top: 2rem;
width: 120%; // Full width container
width: 100%; // Full width container
h1 {
color: var(--global-theme-color);
font-size: 2rem;
Expand All @@ -492,7 +492,7 @@ footer.sticky-bottom {
list-style: none;
padding: 0;
margin-top: 0;
width: 100%;
width: 120%;

li {
margin-bottom: 1rem;
Expand Down

0 comments on commit 920a1f3

Please sign in to comment.