From 342fe87db80a8e6796d3f5417ddb9de2f17eee99 Mon Sep 17 00:00:00 2001 From: Jordan Scales Date: Tue, 21 Apr 2020 19:33:00 -0400 Subject: [PATCH] make windows in docs narrower --- docs/index.html | 8 ++++---- docs/index.html.ejs | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/index.html b/docs/index.html index 5e7866d..e6bfeaa 100644 --- a/docs/index.html +++ b/docs/index.html @@ -670,7 +670,7 @@

-
+
A Complete Window
@@ -682,7 +682,7 @@
Show code -
<div class="window" style="width: 350px">
+      
<div class="window" style="width: 300px">
   <div class="title-bar">
     <div class="title-bar-text">A Complete Window</div>
     <div class="title-bar-controls">
@@ -701,7 +701,7 @@
         

-
+
A Window With Stuff In It
@@ -716,7 +716,7 @@
Show code -
<div class="window" style="width: 350px">
+      
<div class="window" style="width: 300px">
   <div class="title-bar">
     <div class="title-bar-text">A Window With Stuff In It</div>
     <div class="title-bar-controls">
diff --git a/docs/index.html.ejs b/docs/index.html.ejs
index f099e77..4746548 100644
--- a/docs/index.html.ejs
+++ b/docs/index.html.ejs
@@ -497,7 +497,7 @@
         

<%- example(` -
+
A Complete Window
@@ -515,7 +515,7 @@

<%- example(` -
+
A Window With Stuff In It