We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 146c677 commit fb1d3cfCopy full SHA for fb1d3cf
app/pages/about.vue
@@ -38,7 +38,7 @@ const { data: contributors, status: contributorsStatus } = useFetch<GitHubContri
38
</script>
39
40
<template>
41
- <main class="container flex-1 py-12 sm:py-16">
+ <main class="container flex-1 py-12 sm:py-16 overflow-x-hidden">
42
<article class="max-w-2xl mx-auto">
43
<header class="mb-12">
44
<div class="flex items-baseline justify-between gap-4 mb-4">
0 commit comments