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