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 61ad59f commit 7f216e4Copy full SHA for 7f216e4
reset.css
@@ -1,7 +1,9 @@
1
/* ♻️ Tiny CSS Reset (https://github.com/gnat/css-reset-tiny) */
2
*,*::before,*::after { margin: 0; box-sizing: border-box; } /* Remove margins. Use sane box-sizing model. */
3
+html { text-size-adjust: none; -webkit-text-size-adjust: none; -moz-text-size-adjust: none; } /* Prevent font size inflation on mobile. */
4
html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6,label,table,td,th { padding: 0; }
5
h1,h2,h3,h4,h5,h6,p { font-size: 100%; font-weight: normal; overflow-wrap: break-word; } /* Reset all headers. */
6
+h1,h2,h3,h4 { text-wrap: balance; } /* Balance text wrapping on headings */
7
button,input,select,textarea { font: inherit; } /* No custom font on forms. */
8
img,video,picture,canvas,svg { height: auto; max-width: 100%; } /* Media should not break outside of parent. */
9
table { border-collapse: collapse; border-spacing: 0; } /* Modern tables. */
0 commit comments