mac revealed content overlap on small screen, need to test

This commit is contained in:
Andrew Simonson
2024-02-23 09:47:40 -06:00
parent ed685f0ff7
commit 455bc71fef
2 changed files with 22 additions and 9 deletions

View File

@@ -2,12 +2,15 @@
<div class="foreground homeground"></div>
<div class="foregroundContent homegroundContent">
<div class="relative">
<div class="flex">
<div id="homepage" class="flex">
<div id="HomeContentContainer">
<div class="flex">
<div id="HomeContent" data-aos="fade-up">
<h1>Andrew Simonson</h1>
<h3>Computer Science student at Rochester Institute of Technology</h3>
</div>
</div>
</div>
<div class="onRight" data-aos="fade-up">
<img
src="{{ url_for('static', filename='readme-stats-vercel-01-25-2023.svg') }}"
@@ -44,5 +47,6 @@
</a>
</div>
</div>
</div>
</div>
{% endblock %}