Skip to content

Commit

Permalink
add inline images
Browse files Browse the repository at this point in the history
  • Loading branch information
tylermachado committed Oct 21, 2024
1 parent 664efec commit dcc8f22
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions src/components/nba/Section.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,19 @@
max-width: 100px;
}
:global(.inline-image) {
float: right;
width: 15rem;
margin-left: 1rem;
}
:global(.inline-image-left) {
float: left;
width: 15rem;
margin-right: 1rem;
}
li span {
text-align: center;
}
Expand Down
2 changes: 1 addition & 1 deletion src/data/copy.json

Large diffs are not rendered by default.

Binary file added static/assets/imgs/butler-vice.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/assets/imgs/lebron-sleeves.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/assets/imgs/wemby.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dcc8f22

Please sign in to comment.