commit
306bbcb179
@ -1,4 +1,5 @@
|
|||||||
{{ partial "header" . }}
|
{{ partial "header" . }}
|
||||||
|
|
||||||
{{ partial "incident" . }}
|
{{ partial "incident" . }}
|
||||||
</div>
|
|
||||||
|
{{ partial "footer" . }}
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
<div class="footer">
|
<div class="footer">
|
||||||
<a href="http://netlify.com">
|
<p>
|
||||||
Powered by Netlify
|
<a href="http://netlify.com/statuskit">
|
||||||
|
StatusKit by Netlify
|
||||||
|
</a> •
|
||||||
|
<a href="https://github.com/netlify/netlify-statuskit">
|
||||||
|
View on GitHub
|
||||||
</a>
|
</a>
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
@ -14,3 +14,5 @@
|
|||||||
|
|
||||||
{{ partial "paginator" . }}
|
{{ partial "paginator" . }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{{ partial "footer" . }}
|
||||||
|
@ -17,7 +17,6 @@ a:active {
|
|||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.gangsta-wrap {
|
.gangsta-wrap {
|
||||||
max-width: 800px;
|
max-width: 800px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
@ -274,17 +273,23 @@ a:active {
|
|||||||
border-top: 2px solid #F7F7F8;
|
border-top: 2px solid #F7F7F8;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer a {
|
.footer p {
|
||||||
display: inline-block;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer a {
|
||||||
color: #202020;
|
color: #202020;
|
||||||
opacity: 0.3;
|
opacity: 0.3;
|
||||||
transition: all 0.3s ease;
|
transition: all 0.3s ease;
|
||||||
text-align: left;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer a:hover {
|
.footer a:hover {
|
||||||
color: #3A71B0;
|
color: #3A71B0;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.footer p {
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user