diff --git a/demo/index.html b/demo/index.html index 4f0296e..deb158a 100644 --- a/demo/index.html +++ b/demo/index.html @@ -12,6 +12,13 @@ text-align: center; font-size: 24px; } + + .page .subtitle { + padding: 10px; + text-align: center; + font-size: 24px; + } + .page .editor { position: relative; margin-top: 32px; @@ -21,6 +28,14 @@ padding: 0 90px; min-height: 400px; } + + .page .content { + width: 660px; + margin: 0 auto; + border-style:solid; + border-width: 1px; + border-color: black; + }
@@ -29,6 +44,8 @@