Aligning header
This commit is contained in:
parent
f5c265a376
commit
d19bf8bdfe
2
package-lock.json
generated
2
package-lock.json
generated
@ -13,7 +13,7 @@
|
||||
"@skeletonlabs/tw-plugin": "^0.1",
|
||||
"@sveltejs/adapter-auto": "^2.1",
|
||||
"@sveltejs/kit": "^1.24",
|
||||
"@tailwindcss/forms": "^0.5.6",
|
||||
"@tailwindcss/forms": "^0.5",
|
||||
"@tailwindcss/typography": "^0.5",
|
||||
"autoprefixer": "^10.4",
|
||||
"axios": "^1.5",
|
||||
|
@ -1,12 +1,12 @@
|
||||
<header class="flex justify-between items-center mb-2">
|
||||
<div>
|
||||
<div class="w-1/3 text-left">
|
||||
<i class="icon icon-arrow-left"></i>
|
||||
<span>Go to round 1</span>
|
||||
</div>
|
||||
<div>
|
||||
<div class="w-1/3 text-center">
|
||||
<h3 class="h3">Results for round 2</h3>
|
||||
</div>
|
||||
<div>
|
||||
<div class="w-1/3 text-right">
|
||||
<span>Go to round 3</span>
|
||||
<i class="icon icon-arrow-right"></i>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user