Skip to content

Commit 0a62490

Browse files
committed
Improve default styles
1 parent 78ddb03 commit 0a62490

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<link rel="stylesheet" href="assets/css/index.css">
88
<title>Document</title>
99
</head>
10-
<body class="bg-specialist">
10+
<body class="flex justify-center items-center min-h-screen text-white bg-specialist bg-cover font-sans">
1111
<include src="partials/header.html"></include>
1212
<script src="assets/js/index.js"></script>
1313
</body>

src/partials/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<header>
2-
<h1>Index</h1>
2+
<h1 class="text-4xl">TailwindCSS + Parcel</h1>
33
</header>

0 commit comments

Comments
 (0)