Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions webroot/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -350,25 +350,25 @@ ul.nav-pills {

.frame.nc-content article h1,
.frame.nc-content article .h1 {
font-size: 30px;
font-size: 27px;
}
.frame.nc-content article h2,
.frame.nc-content article .h2 {
font-size: 24px;
font-size: 18px;
}
.frame.nc-content article h3,
.frame.nc-content article .h3 {
font-size: 18px;
font-size: 16px;
}
.frame.nc-content article h4,
.frame.nc-content article .h4 {
font-size: 14px;
font-size: 13.5px;
}
.frame.nc-content article h5,
.frame.nc-content article .h5 {
font-size: 12px;
font-size: 10.5px;
}
.frame.nc-content article h6,
.frame.nc-content article .h6 {
font-size: 10.5px;
font-size: 9px;
}