Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

t/3784 - Change Productivity demo #51

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
250 changes: 0 additions & 250 deletions productivity-pack/index.html

This file was deleted.

File renamed without changes.
7 changes: 7 additions & 0 deletions productivity-pack/content.css → productivity/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,27 @@
.ck-content h1 {
font-size: 2.3em;
}

.ck-content h2 {
font-size: 1.84em;
}

.ck-content h3 {
font-size: 1.48em;
}

.ck-content h4 {
font-size: 1.22em;
}

.ck-content h5 {
font-size: 1.06em;
}

.ck-content h6 {
font-size: 1em;
}

.ck-content h1,
.ck-content h2,
.ck-content h3,
Expand All @@ -46,6 +52,7 @@
padding-top: 0.8em;
margin-bottom: 0.4em;
}

.ck-content blockquote,
.ck-content ol,
.ck-content p,
Expand Down
Loading