diff options
| author | Dylan Bolger <dylan.bolger00@gmail.com> | 2026-08-21 14:51:35 -0500 |
|---|---|---|
| committer | Dylan Bolger <dylan.bolger00@gmail.com> | 2026-08-21 14:51:35 -0500 |
| commit | a32b4021d258bcce96e72ff8dd35837dfa62aebb (patch) | |
| tree | 068602462892e24e5fcf603de46d0d3e58dc75a5 /index.html | |
| parent | 9ed22b565ee3e253b49749b5763c0e320cb4e65b (diff) | |
| download | personal-website-a32b4021d258bcce96e72ff8dd35837dfa62aebb.tar.xz personal-website-a32b4021d258bcce96e72ff8dd35837dfa62aebb.zip | |
mobile-friendliness
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -23,13 +23,13 @@ <a class="active" href="">Dylan Bolger</a>
<p>Software Engineer</p>
<div class="topnav-right">
- <a href="#Experience">Experience</a>
- <a href="#Projects">Projects</a>
+ <a class='mobile-hide' href="#Experience">Experience</a>
+ <a class="mobile-hide" href="#Projects">Projects</a>
<a href="https://photos.dbolger.dev">Photos</a>
<a href="https://blog.dbolger.dev">Blog</a>
<a href="https://git.dbolger.dev">Git</a>
<a href="assets/pdf/resume.pdf">Resume</a>
- <a href="mailto:dylan.bolger00@gmail.com">Contact</a>
+ <a class="mobile-hide" href="mailto:dylan.bolger00@gmail.com">Contact</a>
</div>
</nav>
@@ -51,7 +51,7 @@ <hr>
<section id="Experience">
<h1>Work</h1>
- <p>Titles, skills, and companies I've acquired professional experience from.</p>
+ <p class="experience-desc">Titles, skills, and companies I've acquired professional experience from.</p>
<ul class="experience">
<li class="experience-item">
<div style="margin-bottom: 0 !important;" class="exp-title-company">
|
