Skip to content

Commit

Permalink
Update custom.css
Browse files Browse the repository at this point in the history
adding the edit to go width 100 on the divs inside articles
  • Loading branch information
hernandezj1 authored Mar 14, 2024
1 parent 476490b commit 60e4848
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions assets/ananke/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@
aside.w-30-l {
display: none;
}
article > div {
width: 100%;
}
}

0 comments on commit 60e4848

Please sign in to comment.