forked from Squatconf/Website
added logo attribution (with link to substack.net)
This commit is contained in:
parent
119beeb900
commit
1609e9a696
|
@ -25,6 +25,13 @@ max-width: 80%;
|
|||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.attribution {
|
||||
width: 100%;
|
||||
font-size: small;
|
||||
text-align: center;
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
h2{white-space: normal;}
|
||||
|
||||
/*mq madness*/
|
||||
|
|
|
@ -137,7 +137,10 @@
|
|||
<div class="row">
|
||||
<div class="span3"></div>
|
||||
<div class="span9">
|
||||
<div id="logoCont"></div>
|
||||
<div id="logo-wrapper">
|
||||
<div id="logoCont"></div>
|
||||
<div class="attribution">logo image by <a href="http://substack.net">substack</a></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue