make links smaller on small window
This commit is contained in:
parent
5574954beb
commit
149664d554
@ -259,6 +259,10 @@ p > a:hover {
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 650px) {
|
||||
.notices {
|
||||
font-size: 75%;
|
||||
}
|
||||
|
||||
.allphotos {
|
||||
text-align: center;
|
||||
}
|
||||
|
@ -4,7 +4,7 @@
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="x-ua-compatible" content="ie=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>nebula's atom feed</title>
|
||||
<title>nebula's feeds</title>
|
||||
<link rel="icon" href="favicon.ico" />
|
||||
<link rel="stylesheet" href="style.css?1" />
|
||||
<link rel="alternate" type="application/atom+xml" title="Atom feed" href="https://helixnebula.space/feed_html.atom" />
|
||||
@ -12,7 +12,7 @@
|
||||
<body>
|
||||
<div class="mainHeader">
|
||||
<p class="title">
|
||||
i take pictures
|
||||
i make posts
|
||||
</p>
|
||||
</div>
|
||||
<div class="mainBody">
|
||||
|
@ -45,7 +45,7 @@
|
||||
</div>
|
||||
{% endfor %}
|
||||
</details>
|
||||
<p xmlns:cc="http://creativecommons.org/ns#" >Photos are licensed under <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC BY-NC-SA 4.0<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1" alt=""><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1" alt=""><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/nc.svg?ref=chooser-v1" alt=""><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/sa.svg?ref=chooser-v1" alt=""></a>
|
||||
<p class="notices" xmlns:cc="http://creativecommons.org/ns#" >Photos are licensed under <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC BY-NC-SA 4.0<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1" alt=""><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1" alt=""><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/nc.svg?ref=chooser-v1" alt=""><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/sa.svg?ref=chooser-v1" alt=""></a>
|
||||
<br>Powered by <a href="https://git.tilde.town/nebula/helixnebula.space">free and open source software</a>
|
||||
<br><a href="https://helixnebula.space/feeds.html">Subscribe to this site with your feed reader</a>
|
||||
</p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user