Re-styled text
This commit is contained in:
parent
595ffc459d
commit
e68aabd14f
2 changed files with 5 additions and 5 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -98,7 +98,7 @@ const App = () => {
|
|||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Zip:</td>
|
||||
<td>Zip code:</td>
|
||||
<td>
|
||||
<div id="zip" />
|
||||
</td>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue