Add left margin to tables

master
kts of kettek (nanomo) 2018-08-09 03:36:30 -07:00
parent 400b02a358
commit dae2b41205
1 changed files with 1 additions and 0 deletions

View File

@ -363,6 +363,7 @@ hr {
}
table {
width: 75%;
margin-left: 4em;
background-color: rgba(200, 200, 200, 0.2);
box-shadow: 0 0 3px #111;
}