fix: improve mobile support
This commit is contained in:
parent
fcc5ae8305
commit
d36692ca4c
1 changed files with 7 additions and 2 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue