diff options
| author | Dylan Bolger <dylan.bolger00@gmail.com> | 2026-08-21 13:55:51 -0500 |
|---|---|---|
| committer | Dylan Bolger <dylan.bolger00@gmail.com> | 2026-08-21 13:55:51 -0500 |
| commit | f132a4764b19ab73f97d0fce86af60b3ec95776b (patch) | |
| tree | ad9c00ca25bef5cc1d61b5248920b34ecd8f5993 /assets/css | |
| parent | ddd3605f903a7367b96cc4dac8bf35f9f0f3c46f (diff) | |
| download | personal-website-f132a4764b19ab73f97d0fce86af60b3ec95776b.tar.xz personal-website-f132a4764b19ab73f97d0fce86af60b3ec95776b.zip | |
add some more flair including my headshot, nice buttons for contact, better descriptions under work exp, and hrs to make it look better
Diffstat (limited to 'assets/css')
| -rw-r--r-- | assets/css/main.css | 35 |
1 files changed, 34 insertions, 1 deletions
diff --git a/assets/css/main.css b/assets/css/main.css index e7c5c52..576bc83 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -24,6 +24,34 @@ body { max-width: 80% !important; /* sorry water.css */ } + +h1.hero-text { + margin-top: 0; +} + +img.profile { + max-width: 180px; + height: auto; + border-radius: 50%; +} + +div.intro-text { + flex: 1; +} + +span.exp-role-detail { + font-size: 14px; + color: #64748b; +} + +section#intro { + display: flex; + align-items: flex-start; + gap: 24px; + margin-top: 24px; + margin-bottom: 24px; +} + .topnav { background-color: #333; overflow: hidden; @@ -74,7 +102,7 @@ div.exp-title-company-top { margin-top: 10px; } -div.exp-title-company, div.exp-skills-dates { +div.exp-title-company, div.exp-skills-dates, div.exp-detail { display: flex; justify-content: space-between; align-items: baseline; @@ -154,4 +182,9 @@ li.left-item { ul.nows { list-style: none; padding-left: 0; +} + +summary, details { + font-size: 14px; + text-decoration: none; }
\ No newline at end of file |
