diff options
| -rw-r--r-- | resume.html | 1 | ||||
| -rw-r--r-- | style.css | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/resume.html b/resume.html index ed969b9..e383fd4 100644 --- a/resume.html +++ b/resume.html @@ -79,6 +79,7 @@ <h2><a href="https://git.samanthony.xyz/can-gauge-interface/">Automotive gauge driver with CAN interface</a></h2> <ul> + <li>Electronic device that drives up to six analog gauges using CAN bus data.</li> <li>Designed hardware (PCB) with PIC microcontroller, MCP2515 CAN controller, EEPROM, and DACs.</li> <li>SPI for inter-chip communication.</li> <li>C firmware, Go calibration software, Python bit-timing script.</li> @@ -27,7 +27,7 @@ body { /* Typeface */ body { - font-size: 12pt; + font-size: 11.5pt; font-family: 'IBM Plex Serif', sans-serif; font-weight: var(--regular-weight); line-height: 1.35em; @@ -60,7 +60,7 @@ a { } .title { - font-size: 1.7em; + font-size: 1.8em; text-align: center; text-transform: capitalize; margin: 0; |