Skip to content

Commit

Permalink
crime
Browse files Browse the repository at this point in the history
  • Loading branch information
iamawatermelo committed Dec 6, 2024
1 parent 356cc9c commit ca7c691
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/lib/components/Page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@
main :global(button), main :global(.style-button) {
display: block;
text-decoration: none;
font-weight: bold;
display: flex;
align-items: center;
text-align: center;
height: 3em;
padding: 0 2em;
color: rgb(var(--fg));
Expand Down
2 changes: 2 additions & 0 deletions src/routes/mini/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
<h2>What?</h2>

<p>i am pissing myself</p>
<p>i am pissing myself</p>
</div>
<div class="info-card">
<h2>What?</h2>
Expand Down Expand Up @@ -193,6 +194,7 @@
width: 64em;
padding: 2em 2em;
box-shadow: 4px 8px 8px 0 rgba(0, 0, 0, 0.2);
height: 32em;
@include style.box-texture('$lib/textures/containerbox.svg');
}
Expand Down

0 comments on commit ca7c691

Please sign in to comment.