Skip to content

Commit

Permalink
Fixes top background
Browse files Browse the repository at this point in the history
  • Loading branch information
ASproson committed Aug 16, 2024
1 parent 16db30e commit 4745cba
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,9 @@ function App() {
<div className="max-w-6xl border-white border-2 rounded-lg min-w-[570px] w-full h-full max-h-[700px] ml-2 flex">
<div className="flex flex-col w-full">
<div
className="h-[100px]"
className="h-[100px] bg-contain"
style={{
backgroundImage: 'url(src/assets/battle-bg.png)',
backgroundSize: '100% auto',
backgroundPosition: 'right 0px bottom 200px',
backgroundAttachment: 'local',
backgroundImage: 'url(src/assets/bg-repeat.png)',
}}
></div>
<div className="flex justify-between py-2 border-2 border-blue-500 min-h-[170px] h-3/5">
Expand Down
Binary file removed src/assets/battle-bg.png
Binary file not shown.
Binary file added src/assets/bg-repeat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4745cba

Please sign in to comment.