Skip to content
Snippets Groups Projects
Forked from Stud.IP / Stud.IP
3011 commits behind the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
headings.scss 229 B
h1.topic, h2.topic, h3.topic {
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 0.1em;
    margin-top: 0.1em;
    padding: 0.1em;
}

h1.topic {
    font-size: 1.6em;
}

h2.topic, h3.topic {
    font-size: 1.2em;
}