Re-styled text

This commit is contained in:
z0ccc 2021-06-09 11:49:20 -04:00
parent 595ffc459d
commit e68aabd14f
2 changed files with 5 additions and 5 deletions

View file

@ -9,7 +9,7 @@
body { body {
color: var(--text); color: var(--text);
background-color: var(--background); background-color: var(--background);
font-size: 15px; font-size: 13px;
line-height: 22px; line-height: 22px;
width: 370px; width: 370px;
margin-right: 2px; margin-right: 2px;
@ -46,7 +46,7 @@ a:hover {
.title { .title {
font-weight: 600; font-weight: 600;
font-size: 16px; font-size: 15px;
margin: 6px 0 0 0; margin: 6px 0 0 0;
} }
@ -55,7 +55,7 @@ table {
} }
tr { tr {
margin: 8px 0; margin: 4px 0;
} }
tr:hover { tr:hover {
@ -68,7 +68,7 @@ td {
} }
.column-one { .column-one {
width: 150px; width: 130px;
} }
.itemWrap { .itemWrap {

View file

@ -98,7 +98,7 @@ const App = () => {
</td> </td>
</tr> </tr>
<tr> <tr>
<td>Zip:</td> <td>Zip code:</td>
<td> <td>
<div id="zip" /> <div id="zip" />
</td> </td>