Skip to content

Commit

Permalink
style tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
matryer committed Mar 8, 2021
1 parent 5e5b33b commit 9519875
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/frontend/src/PersonView.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
</Breadcrumbs>

{#if personDetails}
<div class='flex space-x-4 max-w-2xl p-3'>
<div class='flex space-x-4 max-w-2xl p-6'>
<div>
<img
alt='Profile pic for {personDetails.person.name}'
Expand Down
2 changes: 1 addition & 1 deletion app/frontend/src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ html {

@media (prefers-color-scheme: dark) {
html {
background-color: #18181C;
background-color: rgb(24,24,28,0.5);
}
}

Expand Down

0 comments on commit 9519875

Please sign in to comment.