Skip to content

Commit

Permalink
added better shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
lxgr-linux committed Dec 26, 2023
1 parent a824bae commit 91bee72
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
Binary file modified src/assets/figma/LogoBig.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/views/LandingPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<div class="absolute top-20 m-auto left-0 right-0">
<div class="flex text-center justify-center z-10">
<div class="w-5/6 md:w-3/6">
<img :src="logoBig" alt="big cc logo" class="w-[100%]" />
<p class="text-3xl text-white font-bold">
<img :src="logoBig" alt="big cc logo" class="w-[100%] drop-shadow-header" />
<p class="text-4xl text-white font-bold py-6">
A trading card game made by players.
</p>
<br />
Expand Down
3 changes: 3 additions & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ module.exports = {
glowRed: [
"0px 0px 24px rgba(216, 32, 39, 0.90)",
],
header : [
"8px 8px 3px rgba(0, 0, 0, 0.25)",
],
glowTeal: [
"0px 0px 24px #40C1C7",
]
Expand Down

0 comments on commit 91bee72

Please sign in to comment.