Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
Make the home page icon a nice size (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuru authored Sep 8, 2019
1 parent cf08943 commit 6d119d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions server/static/css/custom.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.container {
max-width: 1000px; }
.header {
margin-top: 6rem;
margin-top: 2.5vw;
text-align: center; }
.heading-font-size {
font-size: 1.2rem;
Expand Down Expand Up @@ -58,7 +58,7 @@ tbody {
/* Larger than phone */
@media (min-width: 550px) {
.header {
margin-top: 10rem; }
margin-top: 4vw; }
.value-props {
margin-top: 9rem;
margin-bottom: 7rem; }
Expand Down
2 changes: 1 addition & 1 deletion server/web_templates.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ var indexTemplate = template.Must(template.New("index.html.tmpl").Parse(`
<body>
<div class="container">
<section class="header">
<a title="atlantis" href="{{ .CleanedBasePath }}/"><img src="{{ .CleanedBasePath }}/static/images/atlantis-icon.png"/></a>
<a title="atlantis" href="{{ .CleanedBasePath }}/"><img src="{{ .CleanedBasePath }}/static/images/atlantis-icon_512.png" height="15vw" width="auto" max-height="240px"/></a>
<p class="title-heading">atlantis</p>
<p class="js-discard-success"><strong>Plan discarded and unlocked!</strong></p>
</section>
Expand Down

0 comments on commit 6d119d6

Please sign in to comment.