Skip to content

Instantly share code, notes, and snippets.

View Xeven777's full-sized avatar
❤️‍🔥
FE!N 🗣️

Anish Xeven777

❤️‍🔥
FE!N 🗣️
View GitHub Profile
/* Headings */
.markdown-body h1 {
font-size: 2.5rem; /* 40px */
}
.markdown-body h2 {
font-size: 2rem; /* 32px */
}
html {
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
}
* {
box-sizing: inherit;
margin: 0;
padding: 0;
}