Add left margin to tables
parent
400b02a358
commit
dae2b41205
|
@ -363,6 +363,7 @@ hr {
|
||||||
}
|
}
|
||||||
table {
|
table {
|
||||||
width: 75%;
|
width: 75%;
|
||||||
|
margin-left: 4em;
|
||||||
background-color: rgba(200, 200, 200, 0.2);
|
background-color: rgba(200, 200, 200, 0.2);
|
||||||
box-shadow: 0 0 3px #111;
|
box-shadow: 0 0 3px #111;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue