@ -31,16 +31,16 @@
<!--<span class="slogan" data-localization="main_slogan"></span>-->
<span id="language-selector" class="right dropdown-bar"></span>
<span class="right">
<span class="link right">
<a href="/about.html" data-localization="about">About</a>
</span>
<a href="/privacy.html" data-localization="privacy">Privacy</a>
<a href="/terms.html" data-localization="terms">ToS</a>
<a href="/contact.html" data-localization="contact">Contact</a>
</div>
@ -460,6 +460,11 @@
#cryptpadTopBar .right a:visited {
color: #41b7d8;
}
@media screen and (max-width: 800px) {
#cryptpadTopBar .right.link {
display: none;
.cp footer {
background: #f4f4f4;
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
@ -8,16 +8,16 @@
@ -60,5 +60,11 @@
color: @cp-link-visited;
&.link {
@media screen and (max-width: @media-not-big) {
@ -32,16 +32,16 @@