Css padding switch up

This commit is contained in:
z0ccc 2021-06-23 20:38:09 -04:00
parent 8df5a1ae6b
commit a0bc1481da

View file

@ -13,7 +13,7 @@ body {
background-color: var(--background);
font-size: 13px;
line-height: 22px;
width: 350px;
width: 400px;
margin: 0;
overflow: overlay
}
@ -50,7 +50,7 @@ a:hover {
}
.tableWrap {
padding: 8px;
padding: 0 8px;
}
table {