Browse Source

Use blockquote

Herby Vojčík 4 years ago
parent
commit
c2a8f5a774
1 changed files with 2 additions and 2 deletions
  1. 2 2
      index.html

+ 2 - 2
index.html

@@ -39,10 +39,10 @@ With Amber, client-side web development finally gets the power and productivity
 <div class="box" id="quips">
   <h2>How other devs like it?</h2>
 
-  <p>
+  <blockquote>
     It's a 3D WebGL game engine that is very easy to get to work with Amber. Specifically though I am using its WebVR integration.  This is a pretty nice way to do VR development.  Being able to take the headset off, change a method, and then put the headset back on without having to restart is pretty nice.
     <cite>-- ZenChess, on using babylon.js in Amber</cite>
-  </p>
+  </blockquote>
 </div>
 
 <div class="box" id="getinvolved">