Skip to content
Open
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: 8 additions & 4 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -145,19 +145,23 @@ body {
}

#exerslide-slide h1 {
font-size: 1.8rem;
font-size: 2.1rem;
font-weight: bold;
}

#exerslide-slide h2 {
font-size: 1.4rem;
font-size: 1.7rem;
font-weight: bold;
}

#exerslide-slide h3 {
font-size: 1.2rem;
font-size: 1.5rem;
font-weight: bold;
}

#exerslide-slide h4 {
font-size: 1.1rem;
font-size: 1.4rem;
font-weight: bold;
}

#exerslide-slide h2 + p,
Expand Down