Files
NTSH-Control/frontend/views/control/scss/text.scss

27 lines
284 B
SCSS

h1 {
font-size: 45px;
margin: 0px;
font-weight: 600;
}
h2 {
font-size: 24px;
margin: 0px 0px 5px 0px;
}
h3 {
font-size: 22px;
margin: 0px;
font-weight: 400;
}
h4 {
font-size: 14px;
margin: 0px;
}
p {
font-size: 14px;
margin: 0px;
}