font-size
This commit is contained in:
18
index.html
18
index.html
@@ -59,15 +59,6 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="contact-links" id="contact">
|
<div class="contact-links" id="contact">
|
||||||
<a
|
|
||||||
href="https://github.com/lerko96"
|
|
||||||
target="_blank"
|
|
||||||
title="github"
|
|
||||||
><i
|
|
||||||
class="fa fa-github fa-2x"
|
|
||||||
aria-hidden="true"
|
|
||||||
></i
|
|
||||||
></a>
|
|
||||||
<a
|
<a
|
||||||
href="https://www.linkedin.com/in/tyler-koenig-72607a18b/"
|
href="https://www.linkedin.com/in/tyler-koenig-72607a18b/"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
@@ -77,6 +68,15 @@
|
|||||||
aria-hidden="true"
|
aria-hidden="true"
|
||||||
></i
|
></i
|
||||||
></a>
|
></a>
|
||||||
|
<a
|
||||||
|
href="https://github.com/lerko96"
|
||||||
|
target="_blank"
|
||||||
|
title="github"
|
||||||
|
><i
|
||||||
|
class="fa fa-github fa-2x"
|
||||||
|
aria-hidden="true"
|
||||||
|
></i
|
||||||
|
></a>
|
||||||
<a
|
<a
|
||||||
href="mailto:tylerkng96@icloud.com"
|
href="mailto:tylerkng96@icloud.com"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
|
|||||||
12
style.css
12
style.css
@@ -117,17 +117,13 @@ nav a:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.intro_bio {
|
.intro_bio {
|
||||||
height: 175px;
|
/* height: 175px; */
|
||||||
margin: 20px;
|
margin: 20px 1.5rem 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.contact-links {
|
.contact-links {
|
||||||
position: absolute;
|
font-size: 110%;
|
||||||
font-size: 80%;
|
margin-bottom: 40px;
|
||||||
left: 0;
|
|
||||||
right: 0;
|
|
||||||
bottom: 30px;
|
|
||||||
margin-top: 40px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.contact-links a {
|
.contact-links a {
|
||||||
|
|||||||
Reference in New Issue
Block a user