improve attribution/license

This commit is contained in:
Max Mehl 2021-09-27 20:46:53 +02:00
parent fa98ceeb5d
commit 2e2b0d2ebc
Signed by: max.mehl
GPG Key ID: 2704E4AB371E2E92
2 changed files with 11 additions and 1 deletions

View File

@ -25,7 +25,9 @@
<figure class="fullwidth no-border">
<img src="https://pics.fsfe.org/uploads/big/0b5182d1811b20495b4b2820d55b24da.jpg" alt="Three teenagers standing in a hackerspace" />
</figure>
<p><span style="text-align: right; color:grey; margin-top: -1.5em; font-size:0.8em;">Graphic by <a href="https://www.mullana.de">Lisa Schmidt</a>, <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC-BY-SA 4.0</a></span></p>
<p class="license">
Graphic by Lisa Schmidt, <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC-BY-SA 4.0</a>
</p>
<h3>Join Youth Hacking 4 Freedom</h3>

View File

@ -40,6 +40,14 @@ figure {
&.no-border {
box-shadow: none;
}
// Elegant attribution directly after a <figure>: <p class="license">...</p>
& + p.license {
text-align: right;
color: grey;
margin-top: -2.5em;
font-size: .8em;
}
}
@media screen and (min-width: @screen-md-min) {