add footer styling
This commit is contained in:
@@ -132,14 +132,14 @@
|
||||
<page-navigation />
|
||||
</div>
|
||||
</div>
|
||||
<!-- TODO: -->
|
||||
<div>
|
||||
<a :href="editLink" target="_blank">
|
||||
<span>Edit this page on GitHub</span> ·
|
||||
</a>
|
||||
<div class="app__page-footer">
|
||||
<div class="app__inner">
|
||||
<a :href="editLink" target="_blank">Edit this page on GitHub</a>
|
||||
·
|
||||
Made with 🖤 by <a href="https://twitter.com/_ueberdosis">überdosis</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<portal :to="portal">
|
||||
<nav class="app__navigation">
|
||||
|
||||
@@ -212,6 +212,17 @@ $menuBreakPoint: 800px;
|
||||
border-top: 1px solid rgba($colorWhite, 0.1);
|
||||
}
|
||||
|
||||
&__page-footer {
|
||||
font-size: 0.85rem;
|
||||
padding: 1.5rem 0;
|
||||
text-align: center;
|
||||
border-top: 1px solid rgba($colorWhite, 0.1);
|
||||
|
||||
a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
&__mobile-nav {
|
||||
padding: 1rem;
|
||||
flex: 1 1 auto;
|
||||
|
||||
Reference in New Issue
Block a user