Skip to content

Commit

Permalink
Yess markdown works
Browse files Browse the repository at this point in the history
  • Loading branch information
milkcee12 committed Feb 21, 2024
1 parent 3097829 commit 7b5cd99
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 9 deletions.
4 changes: 3 additions & 1 deletion src/lib/data/md/re-store.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@ date: 2021
</div>
</div>

### Game assets
### Game Assets

<img alt="Re:STORE in-game assets" src={assets}>

### Ending Banner

<img alt="Re:STORE ending banner" src={altBanner}>

27 changes: 19 additions & 8 deletions src/lib/scss/markdown.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
img {
width: 100%;
margin: 1em 0;
}
.markdown {
p {
font-size: 1.2em;
}

.split {
display: inline-grid;
grid-template-columns: 1fr 1fr;
gap: 3em;
img {
width: 100%;
margin: 1em 0;
border-radius: 1em;
}

.split {
display: inline-grid;
grid-template-columns: 1fr 1fr;
gap: 3em;
}

h3 {
margin-bottom: 0em;
}
}

0 comments on commit 7b5cd99

Please sign in to comment.