Skip to content

Commit

Permalink
feat: add overflow-x-hidden class to html for improved layout
Browse files Browse the repository at this point in the history
  • Loading branch information
imantsk committed Dec 28, 2024
1 parent 06e676c commit 767722e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en" class="bg-yellow">
<html lang="en" class="bg-yellow overflow-x-hidden">
<head>
<title>WCMW - When Coffee Meets Whisky</title>
<meta name="description" content="WHEN COFFEE MEETS WHISKY ☕️ Specialty Coffee 🥃 Japanese Whisky 📻 Listening Bar Run by @tstudiolv">
Expand Down

0 comments on commit 767722e

Please sign in to comment.