Skip to content

Commit

Permalink
change footer text and sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
varlevi committed May 8, 2020
1 parent 6d94dfb commit 9a5bcff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 25 deletions.
25 changes: 3 additions & 22 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,12 @@ p {

.footer {
display: inline;
font-size: 1.75em;
border-top: solid 1.5px;
border-bottom-top: auto;
font-size: 1em;
border-top: none;
padding-bottom: 3px;
line-height: 1.5em;
font-family: 'Muli';
color: #888;
color: var(--base-color);
}

input {
Expand Down Expand Up @@ -179,12 +178,6 @@ footer {
margin-top: 2.5%;
}

.footer {
border-top: none;
font-size: 1em;
font-family: 'Muli', cursive;
}

.error {
border: solid 2px red;
}
Expand Down Expand Up @@ -324,10 +317,6 @@ footer {
h2 {
font-size: 2rem;
}

.footer {
font-size: 1rem;
}
}

@media screen and (max-width: 825px) {
Expand All @@ -342,10 +331,6 @@ footer {
margin-left: 0;
margin-right: 0;
}

.footer {
font-size: 1rem;
}
}

@media screen and (min-width: 1260px) {
Expand Down Expand Up @@ -374,8 +359,4 @@ footer {
h2 {
font-size: 3.5em;
}

.footer {
font-size: 2em;
}
}
5 changes: 2 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-158580752-1"></script>
<script>
Expand All @@ -10,8 +11,6 @@

gtag('config', 'UA-158580752-1');
</script>

<meta charset="UTF-8">
<title>The Shade Generator</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="google-site-verification" content="uJ7ANYIN_7WPKMkuiBUicYNK0atfdAmAsjU0_KUC538" />
Expand Down Expand Up @@ -44,7 +43,7 @@
<img src="icons/info.svg" alt="about" id="about-button" class="button"></img>
<script src="js/script.js"></script>
<footer>
<p class="footer">Copyright &copy <script>document.write(new Date().getFullYear());</script> varlevi</p>
<p class="footer">Made with U+2764 by varlevi and other GitHub contributers.</p>
</footer>
</div>
</body>
Expand Down

0 comments on commit 9a5bcff

Please sign in to comment.