changing margins

This commit is contained in:
Patrick McGuire
2021-10-27 10:46:38 -04:00
parent 9bdbe71c26
commit f6d2c076e6
+1 -2
View File
@@ -65,7 +65,6 @@ $mysqli->close();
<style> <style>
* { * {
box-sizing: border-box; box-sizing: border-box;
padding: 5px;
} }
.row { .row {
@@ -74,7 +73,7 @@ $mysqli->close();
.column { .column {
flex: 50%; flex: 50%;
padding: 5px; padding-right: 5px;
} }
table { table {