Skip to content

Commit

Permalink
Fix font size, add gds link
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperMarcus committed Oct 28, 2016
1 parent 93e84e7 commit cbf047a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions assets/css/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ body{
top: 0;
left: 0;
opacity: 0.6;
-moz-opacity: 0.6;
display: none;
background: #000000;
padding-top: 20%;
Expand All @@ -40,6 +41,7 @@ footer{
text-align: center;
position: fixed;
display: none;
font-size: 15px;
}

hr{
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h1>Clubs at Greensboro Day School</h1>
<p>Contact Marcus to add your club to this domain</p>
</div>
<footer>
<p><a href="https://github.com/GreensboroDaySchool">Github Repositories</a></p>
<p><a href="https://github.com/GreensboroDaySchool">Github Repositories</a> | <a href="https://greensboroday.org">GDS Official Site</a></p>
</footer>
</div>
</body>
Expand Down

0 comments on commit cbf047a

Please sign in to comment.