Skip to content

Commit

Permalink
fix: to home size
Browse files Browse the repository at this point in the history
  • Loading branch information
nxhawk committed Jun 20, 2024
1 parent 43f4a5e commit 96f3278
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/DoExercise/Title.vue
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<template lang="">
<div class="mb-5 md:mt-4 mt-2 flex md:gap-2 gap-4 items-center pl-2">
<div class="mb-5 md:mt-4 mt-2 flex md:gap-2 gap-4 items-center pl-1">
<h1 class="text-2xl font-bold text-center flex-1">
{{ props.name }}
</h1>
<router-link to="/" class="w-[10%] md:w-[8%]">
<router-link to="/" class="w-[10%] md:w-[8%] text-center">
<Icon icon="pi-home" className="text-2xl"/>
</router-link>
</div>
Expand Down

0 comments on commit 96f3278

Please sign in to comment.