Skip to content

Commit

Permalink
Fix logo shadow and capitalization.
Browse files Browse the repository at this point in the history
  • Loading branch information
toddriley committed Oct 2, 2023
1 parent 4db4057 commit 8570815
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/src/components/Logo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export function Logo() {
"desktop:drop-shadow-logo-desktop",
])}
>
Selfie
selfie
</h1>
);
}
8 changes: 4 additions & 4 deletions docs/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ module.exports = {
"button-tablet": "4px 4px 2px #4D4D4D",
},
dropShadow: {
logo: "3px 3px 2px #000",
"logo-wide-phone": "3px 3px 2px #000",
"logo-tablet": "5px 5px 2px #000",
"logo-desktop": "5px 5px 2px #000",
logo: "3px 3px 2px #4D4D4D",
"logo-wide-phone": "3px 3px 2px #4D4D4D",
"logo-tablet": "5px 5px 2px #4D4D4D",
"logo-desktop": "5px 5px 2px #4D4D4D",
},
animation: {
"slide-and-fade":
Expand Down

0 comments on commit 8570815

Please sign in to comment.