Skip to content

Commit fb1d3cf

Browse files
committed
fix: overflow
1 parent 146c677 commit fb1d3cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/pages/about.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const { data: contributors, status: contributorsStatus } = useFetch<GitHubContri
3838
</script>
3939

4040
<template>
41-
<main class="container flex-1 py-12 sm:py-16">
41+
<main class="container flex-1 py-12 sm:py-16 overflow-x-hidden">
4242
<article class="max-w-2xl mx-auto">
4343
<header class="mb-12">
4444
<div class="flex items-baseline justify-between gap-4 mb-4">

0 commit comments

Comments
 (0)