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

View file

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