fix: improve mobile support

This commit is contained in:
Barrett Ruth 2023-10-21 14:31:29 -04:00
parent fcc5ae8305
commit d36692ca4c

View file

@ -61,7 +61,9 @@
</li> </li>
</ol> </ol>
<h2><a target="_blank" href="/resume.pdf">resume</a></h2> <h2><a target="_blank" href="/resume.pdf">resume</a></h2>
<h2 style="display: none"><a target="_blank" href="/transcript.pdf">transcript</a></h2> <h2 style="display: none">
<a target="_blank" href="/transcript.pdf">transcript</a>
</h2>
</body> </body>
<style type="text/css"> <style type="text/css">
@ -86,6 +88,7 @@
body, body,
html { html {
overflow-anchor: none; overflow-anchor: none;
padding: 0 5%;
} }
.project { .project {
@ -121,11 +124,13 @@
width: auto; width: auto;
max-width: 450px; max-width: 450px;
} }
.container { .container {
position: relative; position: relative;
} }
.social-icons { .social-icons {
display: flex;
flex-direction: column;
align-items: center;
position: absolute; position: absolute;
top: 10px; top: 10px;
right: 10px; right: 10px;