Resize report columns
authorCameron Ball <cameron@cameron1729.xyz>
Fri, 18 Jan 2019 15:31:16 +0000 (23:31 +0800)
committerCameron Ball <cameron@cameron1729.xyz>
Fri, 18 Jan 2019 15:36:56 +0000 (23:36 +0800)
src/report.php

index 467c0c0..fc1faa6 100644 (file)
@@ -25,7 +25,7 @@ img {
     image-rendering: pixelated; /* Chrome */
     image-rendering: optimize-contrast;         /* CSS3 Proposed                  */
     -ms-interpolation-mode: nearest-neighbor;   /* IE8+                           */
-    height: 100%;
+    width: 100%;
 }
         </style>
     </head>
@@ -33,8 +33,8 @@ img {
         <div class="container">
                   <h1>The Onion Report</h1>
                   <div class="row">
-                            <div class="col-lg-6"><img src="saitama.png" /></div>
-                            <div class="col-lg-6"><?php echo doIt(); ?></div>
+                            <div class="col-lg-4"><img src="saitama.png" /></div>
+                            <div class="col-lg-8"><?php echo doIt(); ?></div>
                   </div>
         </div>
     </body>