Skip to content

Commit

Permalink
improved mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
gkamer8 committed Oct 20, 2023
1 parent 98dedb0 commit 55002d5
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions staging.html
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@
padding-top: 25px;
padding-bottom: 25px;
text-align: left;
line-height: 1.5rem;
line-height: 2rem;
}
td {
/*background-color: rgba(255, 255, 255, 0.166);
Expand All @@ -415,7 +415,13 @@
}
@media only screen and (max-width: 1000px) {
th, td {
font-size: .9rem;
font-size: .8rem;
padding: 10px;
line-height: 1rem;
}
td div {
margin-top: .5rem;
margin-bottom: .5rem;
}
}
</style>
Expand All @@ -434,10 +440,10 @@
Title
</td>
<td>
Co-Founder & CEO
Founder & CEO
</td>
<td>
Co-Founder
Founder
</td>
<td>
Chief GTM
Expand All @@ -462,13 +468,13 @@
Work Experience
</td>
<td>
Quant Trading <br/> Defense Research
<div>Quant Trading</div> <div>Defense Research</div>
</td>
<td>
Quant Trading <br/> Software Engineering
<div>Quant Trading</div> <div>Software Engineering</div>
</td>
<td>
Business Analysis <br/> Clinical Research
<div>Business Analysis</div> <div>Clinical Research</div>
</td>
</tr>
<tr>
Expand Down

0 comments on commit 55002d5

Please sign in to comment.