mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
fixed mobile view on network page; added forum in footer
This commit is contained in:
parent
e012cc6c2a
commit
997d787601
3 changed files with 15 additions and 0 deletions
|
@ -970,6 +970,7 @@ nav:
|
|||
|
||||
search: Search
|
||||
|
||||
forum: Dash forums
|
||||
social: Social
|
||||
blog: Blog
|
||||
reddit: Reddit
|
||||
|
|
|
@ -59,6 +59,7 @@
|
|||
<section class="footer__section col-lg-2 col-md-4 col-sm-6" data-mh="footer">
|
||||
{% t nav.social %}
|
||||
<ul class="footer__social">
|
||||
<li><a href="/forum/" target="_blank">{% t nav.forum %}</a></li>
|
||||
<li><a href="{{ basenav }}/blog/">{% t nav.blog %}</a></li>
|
||||
<li><a href="https://www.reddit.com/r/dashpay" target="_blank">{% t nav.reddit %}</a></li>
|
||||
<li><a href="https://twitter.com/dashpay" target="_blank">{% t nav.twitter %}</a></li>
|
||||
|
|
|
@ -29,3 +29,16 @@
|
|||
@include table-compact-mixin;
|
||||
}
|
||||
}
|
||||
|
||||
.page--currency table#exchanges {
|
||||
@media (max-width: 850px) {
|
||||
@include table-compact-mixin;
|
||||
td, th {
|
||||
text-align: left;
|
||||
&:before {
|
||||
display: block;
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue