Skip to content

Commit

Permalink
minor aestheic change
Browse files Browse the repository at this point in the history
  • Loading branch information
stolinski committed Aug 9, 2023
1 parent e20bc4d commit f37c0ad
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/lib/ShowCard.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,17 @@
&.card {
border-radius: 4px;
border: solid 1px var(--black-3);
border: solid 4px var(--black);
.details {
display: grid;
grid-template-rows: auto auto auto;
.buttons {
align-self: flex-end;
}
}
&:hover {
background-color: var(--zebra);
}
}
&.highlight {
Expand All @@ -91,9 +94,7 @@
&.list {
border-top: solid 1px var(--line);
padding: 20px 0;
&:hover {
background-color: var(--zebra);
}
& h4 {
font-size: var(--font-size-base);
}
Expand Down

1 comment on commit f37c0ad

@vercel
Copy link

@vercel vercel bot commented on f37c0ad Aug 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sytnax-website-v2 – ./

sytnax-website-v2-syntax.vercel.app
beta.syntax.fm
sytnax-website-v2-git-v2-syntax.vercel.app

Please sign in to comment.