changing margins
This commit is contained in:
+1
-2
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user