mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-24 08:50:33 +01:00
Fix icon position on error page
This commit is contained in:
@@ -27,7 +27,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<div class="home-btn" @click="next">
|
<div class="home-btn" @click="next">
|
||||||
<div class="cursor-pointer w-full py-4 px-4 md:py-4 md:px-4 font-bold hover:bg-indigo-600 duration-500 rounded">
|
<div class="cursor-pointer w-full py-4 px-4 md:py-4 md:px-4 font-bold hover:(bg-indigo-600 text-white) duration-500 rounded">
|
||||||
<BackSpaceIcon class="arrow-img text-xl"/>
|
<BackSpaceIcon class="arrow-img text-xl"/>
|
||||||
{{ $t('error.back') }}
|
{{ $t('error.back') }}
|
||||||
</div>
|
</div>
|
||||||
@@ -59,8 +59,7 @@ export default defineComponent({
|
|||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
.error {
|
.error {
|
||||||
.arrow-img {
|
.arrow-img {
|
||||||
transform: translate(0, -2px);
|
transform: translate(0, -1.5px);
|
||||||
transition: .4s;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user