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