Przeglądaj źródła

* Some CSS improvements

Michaël Van Canneyt 4 lat temu
rodzic
commit
984ed3c8b1
1 zmienionych plików z 7 dodań i 5 usunięć
  1. 7 5
      demo/wasienv/simple/index.html

+ 7 - 5
demo/wasienv/simple/index.html

@@ -1,3 +1,4 @@
+
 <!doctype html>
 <html lang="en">
 <head>
@@ -5,11 +6,12 @@
   <meta name="viewport" content="width=device-width, initial-scale=1">
   <title>FPC-Webassembly and Pas2JS Demo</title>
   <link href="bulma.min.css" rel="stylesheet">
+  <!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css"> -->
   <script src="demowasienv.js"></script>
   <style>
 
   .source {
-    width: 730px;
+    /* width: 730px; */
     margin: -45px auto;
     font-size: 0.9em;
   }
@@ -18,16 +20,16 @@
     display: flex;
     justify-content: space-between;
     align-items: center;
-    width: 482px;
+    /* width: 482px; */
   }
   </style>
 </head>
 <body>
-  <div class="section">
+  <div class="section pb-4">
     <h1 class="title is-4">FPC compiled wasm program console output:</h1>
-    <div id="pasjsconsole"></div>
+    <div class="box" id="pasjsconsole"></div>
   </div>
-  <hr>
+  <!-- <hr> -->
   <div class="section">
     <div class="source">
       <div class="source-inner">