-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
21 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
const TimetableFooter = () => { | ||
return <div className="text-white text-4xl flex gap-6 justify-end items-center"> | ||
return <div className="text-white text-[2vw] flex gap-[2vw] justify-end items-center"> | ||
<p>merseysidelatinfestival.co.uk/timetable</p> | ||
<div className="w-[100px] h-[100px]" style={{backgroundImage: "url('https://kissapi-qrcode.vercel.app/api/qrcode?cht-qr&chs=200x200&chl=https%3A%2F%2Fmerseysidelatinfestival.co.uk%2Ftimetable')", backgroundPosition: "50% 50%", backgroundSize: "115px 115px"}}></div> | ||
<div className="w-[6vw] h-[6vw]" style={{backgroundImage: "url('https://kissapi-qrcode.vercel.app/api/qrcode?cht-qr&chs=200x200&chl=https%3A%2F%2Fmerseysidelatinfestival.co.uk%2Ftimetable')", backgroundPosition: "50% 50%", backgroundSize: "6.5vw 6.6vw"}}></div> | ||
</div> | ||
} | ||
export default TimetableFooter |