This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
md-pdf/md_pdf/assets/static/style.scss
2017-05-03 16:46:53 +01:00

23 lines
239 B
SCSS

body.cover {
margin: 0 auto;
text-align: center;
& h1 {
padding-top: 400px;
font-size: 48px;
}
& h3 {
font-size: 36px;
}
& h4 {
font-size: 18px;
}
}
body, html {
line-height: 1.5;
font-size: 12px;
}