Skip to content

Commit

Permalink
Move CSS to CSS file
Browse files Browse the repository at this point in the history
  • Loading branch information
tekknolagi committed Sep 22, 2023
1 parent 6ca88d2 commit 978e528
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2023-09-19-compiling-ml-models.md
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ pass!
Here is a diagram I made to explain "adding loss on top" to someone:

<figure style="display: block; margin: 0 auto; max-width: 600px;">
<object class="svg" style="max-width: 600px;" type="image/svg+xml" data="/assets/img/nn-loss.svg">
<object class="svg" type="image/svg+xml" data="/assets/img/nn-loss.svg">
If you're seeing this text, it means your browser cannot render SVG.
</object>
<figcaption markdown="1">
Expand Down
3 changes: 3 additions & 0 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -169,3 +169,6 @@ a.footnote:before {
a.footnote:after {
content: "]";
}
figure object.svg {
max-width: 100%;
}

0 comments on commit 978e528

Please sign in to comment.