Skip to content

Commit

Permalink
Changes to styling; minor updates to footer.
Browse files Browse the repository at this point in the history
  • Loading branch information
lrenhrda committed Mar 23, 2019
1 parent ab78266 commit efb2bb3
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 2 deletions.
Binary file added docs/WIPCone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,12 @@ <h2>Download:</h2>
</main>

<footer>
These fonts were designed by <a href="htts://www.herda.me/">Lauren Herda</a> (aka &ldquo;Korteenea&rdquo;). They are a Third-Party Work and are in no way owned, endorsed, or supported by Cyan Inc. / Cyan Worlds Inc.
<div class="illustration">
<img src="WIPCone.png" />
</div>
<div class="disclaimer">
These fonts were designed by <a href="htts://www.herda.me/">Lauren Herda</a> (aka &ldquo;Korteenea&rdquo;) and are works-in-progress. <br />They are a third-party work and are in no way owned, endorsed, or supported by Cyan Inc. / Cyan Worlds Inc.
</div>
</footer>
</body>
</html>
27 changes: 26 additions & 1 deletion docs/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,16 @@ main section h1 {
font-weight: 400;
}

.description {
font-size: 16px;
line-height: 1.5em;
color: #333333;
}

.description p+p {
margin-top: 1em;
}

.downloads {
display: flex;
flex-direction: row;
Expand Down Expand Up @@ -166,7 +176,7 @@ main section h1 {

header {
width: 100vw;
height: 70vh;
min-height: 70vh;
background: black;
color: #dad097;
display: flex;
Expand Down Expand Up @@ -222,6 +232,15 @@ footer {
padding: 100px;
font-size: 18px;
line-height: 1.5em;
display: flex;
flex-direction: row;
align-items: center;
}

footer .illustration {
width: 64px;
height: auto;
margin: 0 1em 0 0;
}

@media only screen and (max-width: 920px) {
Expand Down Expand Up @@ -265,5 +284,11 @@ footer {
footer {
padding: 30px;
font-size: 16px;
flex-direction: column;
align-items: flex-start;
}

footer .illustration {
margin: 0 0 .5em 0;
}
}

0 comments on commit efb2bb3

Please sign in to comment.