1
0
Fork 0
mirror of https://github.com/TheTaz25/denis.ergin.git synced 2025-07-12 22:08:48 +00:00
denis.ergin/src/styles/homepage-markdown.scss
2024-09-17 08:55:20 +02:00

22 lines
No EOL
186 B
SCSS

.md {
font-size: 1.3rem;
h1 {
font-size: 2.3rem;
}
}
.mb-1 {
margin-bottom: 1rem;
}
.mb-2 {
margin-bottom: 2rem;
}
.mb-3 {
margin-bottom: 3rem;
}
html {
font-size: 1.5rem;
}