Skip to content

Commit

Permalink
🐛 Fix visual bug in heigth
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilovy09 committed Nov 25, 2024
1 parent ebc7387 commit 9124440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/[...slug].vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ onMounted(() => {
</script>

<template>
<main :class="layoutStyle.main + ' h-[calc(100vh-20px)] m-[10px]'">
<main :class="layoutStyle.main + ' h-[calc(100vh-75px)] mt-0 m-[10px]'">
<section v-bind="isMobile ? { class: 'mb-[10px] h-[calc(100vh-20px)]' } : { style: { width: `${sectionWidth}%` } }"
class="bg-light-bg border border-stroke-color rounded-[10px] flex flex-col">
<ContentDoc v-slot="{ doc }" class="flex-grow">
Expand Down

0 comments on commit 9124440

Please sign in to comment.