Skip to content

Commit

Permalink
fix: adjust padding
Browse files Browse the repository at this point in the history
  • Loading branch information
k-urtica committed Jul 12, 2024
1 parent 14f3598 commit 51877b0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/pages/about.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ useHead({
</script>

<template>
<div class="flex min-h-dvh items-center px-5 py-20">
<GlassCard tag="article" class="mx-auto max-w-5xl p-8">
<div class="flex min-h-dvh items-center px-5 py-10 md:py-20">
<GlassCard tag="article" class="mx-auto max-w-5xl p-5 md:p-8">
<NavLink
class="absolute right-0 top-0 rounded-bl-xl rounded-tr-2xl border-b border-l border-zinc-300/20 bg-gray-700/50"
/>
Expand Down
4 changes: 2 additions & 2 deletions src/pages/picture.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ useHead({
</script>

<template>
<div class="flex min-h-dvh items-center px-5 py-20">
<GlassCard tag="article" class="mx-auto max-w-5xl p-8">
<div class="flex min-h-dvh items-center px-5 py-10 md:py-20">
<GlassCard tag="article" class="mx-auto max-w-5xl p-5 md:p-8">
<NavLink
class="absolute right-0 top-0 rounded-bl-xl rounded-tr-2xl border-b border-l border-slate-300/20 bg-gray-700/50"
/>
Expand Down
4 changes: 2 additions & 2 deletions src/pages/portfolio.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ useHead({
</script>

<template>
<div class="flex min-h-dvh items-center px-5 py-20">
<GlassCard tag="article" class="mx-auto max-w-5xl p-8">
<div class="flex min-h-dvh items-center px-5 py-10 md:py-20">
<GlassCard tag="article" class="mx-auto max-w-5xl p-5 md:p-8">
<NavLink
class="absolute right-0 top-0 rounded-bl-xl rounded-tr-2xl border-b border-l border-slate-300/20 bg-gray-700/50"
/>
Expand Down

0 comments on commit 51877b0

Please sign in to comment.