Skip to content

Commit 943976f

Browse files
authored
fix: remove max-width for readme container on larger screens (#644)
1 parent d398171 commit 943976f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)