[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: remove max-width for readme container on larger screens (#644)

authored by

Thomas Deinhamer and committed by
GitHub
943976f1 d3981717

+1 -1
+1 -1
app/components/Readme.vue
··· 5 5 </script> 6 6 7 7 <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" /> 9 9 </template> 10 10 11 11 <style scoped>