diff --git a/index.html b/index.html index bbd68da..820d21e 100644 --- a/index.html +++ b/index.html @@ -38,6 +38,13 @@
Esc for commands
+Esc C to clone the window. Cloned windows will stay in sync.
+Move the new window to the projector screen and fullscreen.
+In the presenter window, Esc P to eliminate transitions and preview the upcoming slide.
+Blockquotes are pretty cool, right?
diff --git a/styles/main.css b/styles/main.css index b648b13..c026713 100644 --- a/styles/main.css +++ b/styles/main.css @@ -245,6 +245,12 @@ section { transform-origin: 50% 50%; } +p { + text-align: left; + padding: 0 1ch; + margin-top: 0.5em; +} + /* live-coding */ .live-coding {