Aligning header

This commit is contained in:
Jeroen De Meerleer 2023-08-31 17:44:39 +02:00
parent f5c265a376
commit d19bf8bdfe
Signed by: JeroenED
GPG Key ID: 28CCCB8F62BFADD6
2 changed files with 4 additions and 4 deletions

2
package-lock.json generated
View File

@ -13,7 +13,7 @@
"@skeletonlabs/tw-plugin": "^0.1", "@skeletonlabs/tw-plugin": "^0.1",
"@sveltejs/adapter-auto": "^2.1", "@sveltejs/adapter-auto": "^2.1",
"@sveltejs/kit": "^1.24", "@sveltejs/kit": "^1.24",
"@tailwindcss/forms": "^0.5.6", "@tailwindcss/forms": "^0.5",
"@tailwindcss/typography": "^0.5", "@tailwindcss/typography": "^0.5",
"autoprefixer": "^10.4", "autoprefixer": "^10.4",
"axios": "^1.5", "axios": "^1.5",

View File

@ -1,12 +1,12 @@
<header class="flex justify-between items-center mb-2"> <header class="flex justify-between items-center mb-2">
<div> <div class="w-1/3 text-left">
<i class="icon icon-arrow-left"></i> <i class="icon icon-arrow-left"></i>
<span>Go to round 1</span> <span>Go to round 1</span>
</div> </div>
<div> <div class="w-1/3 text-center">
<h3 class="h3">Results for round 2</h3> <h3 class="h3">Results for round 2</h3>
</div> </div>
<div> <div class="w-1/3 text-right">
<span>Go to round 3</span> <span>Go to round 3</span>
<i class="icon icon-arrow-right"></i> <i class="icon icon-arrow-right"></i>
</div> </div>