Navigation Menu

Skip to content

Commit

Permalink
Fix css for the demo so it works also with tinymce editor in impressi…
Browse files Browse the repository at this point in the history
…onist project.

The two necessary fixes are:
 - slightly decrease font size for the #title "impress.js *" text
 - the word "big" becomes strong rather than b, css now supports either
  • Loading branch information
Henrik Ingo committed Feb 12, 2017
1 parent b2f55c2 commit d2804fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion css/impress-demo.css
Expand Up @@ -268,7 +268,7 @@ a:focus {
}

#title h1 {
font-size: 190px;
font-size: 180px;

-webkit-transform: translateZ(50px);
-moz-transform: translateZ(50px);
Expand All @@ -294,6 +294,7 @@ a:focus {
line-height: 1;
}

#big strong, /* Tinymce converts b to strong in impressionist */
#big b {
display: block;
font-size: 250px;
Expand Down

0 comments on commit d2804fa

Please sign in to comment.