Add links to all me equation parts

Click on hero title for homepage. Changed tux picture to Arch logo.
This commit is contained in:
2019-02-08 16:32:17 -05:00
parent 2c5edc9cbb
commit 440f138645
8 changed files with 100 additions and 17 deletions

View File

@@ -295,6 +295,7 @@ footer {
a {
text-decoration: none;
width: 70%;
}
img {
@@ -303,7 +304,9 @@ footer {
// width: 15vw;
// min-width: 25%;
// height: 25%;
height: 100%;
// height: auto;
// height: 20vw;
// object-fit: contain;
// flex-basis: 20%;
@@ -445,6 +448,11 @@ h1.site-title {
margin-top: 0.5em;
margin-bottom: 0;
@include a-color($base-sky-blue);
a {
text-decoration: none;
}
@media (max-width: $max-page-width) {
font-size: 3em;
}