Skip to content

Commit 79a4e9b

Browse files
committed
fix: remove max-width for readme container on larger screens
1 parent d7ffd34 commit 79a4e9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/Readme.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defineProps<{
55
</script>
66

77
<template>
8-
<article class="readme prose prose-invert max-w-[70ch]" v-html="html" />
8+
<article class="readme prose prose-invert max-w-[70ch] lg:max-w-none" v-html="html" />
99
</template>
1010

1111
<style scoped>

0 commit comments

Comments
 (0)