Update printable_qr_code.php
authorPatrick McGuire <insidenothing@gmail.com>
Mon, 8 Jun 2020 15:25:50 +0000 (11:25 -0400)
committerGitHub <noreply@github.com>
Mon, 8 Jun 2020 15:25:50 +0000 (11:25 -0400)
printable_qr_code.php

index 35dc5ce..7f8f771 100644 (file)
@@ -37,14 +37,14 @@ if ($d2['landing_page'] != ''){
   $link = $d2['landing_page']; 
 }
 echo "
-      <div class='row' style='height:10%'>
-        <div class='col-sm-12' style='text-align:center;'>
+      <div class='row'>
+        <div class='col-sm-12' style='text-align:center; height:10%;'>
           <h1>$d2[petition_name]</h1>
         </div>
       </div>
       
-      <div class='row' style='height:90%'>
-        <div class='col-sm-12' style='text-align:center;'>
+      <div class='row'>
+        <div class='col-sm-12' style='text-align:center; height:90%;'>
           <img class='img-responsive' src='https://www.md-petition.com/qrcode.php?s=qrl&d=https://www.md-petition.com/$link'>
         </div>
       </div>