Fix CSS
This commit is contained in:
parent
dfdabf2ba2
commit
7686c007fe
2 changed files with 10 additions and 1 deletions
|
@ -34,7 +34,15 @@ img {
|
||||||
a.mel {
|
a.mel {
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
}
|
}
|
||||||
iframe {
|
.snowflake {
|
||||||
|
max-width: 360px;
|
||||||
|
border: solid 0.1rem;
|
||||||
|
padding: 0 1em;
|
||||||
|
margin: 1em;
|
||||||
|
margin-top: 3em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
.snowflake iframe {
|
||||||
width: 320px;
|
width: 320px;
|
||||||
height: 240px;
|
height: 240px;
|
||||||
display: block;
|
display: block;
|
||||||
|
|
|
@ -43,6 +43,7 @@ selectSelect.addEventListener("change", (event) => { setActiveStyleSheet(event.t
|
||||||
<div class="snowflake">
|
<div class="snowflake">
|
||||||
<h2>Snowflake</h2>
|
<h2>Snowflake</h2>
|
||||||
<p>En activant ce bloc, tu permets à des personnes au quatre coins du monde d'utiliser ta connexion pour se connecter à Internet à travers le réseau Tor, en utilisant un <a href="https://snowflake.torproject.org/">bridge snowflake</a> et ainsi échapper à la censure. Le bridge reste actif tant que cet onglet est ouvert !</p>
|
<p>En activant ce bloc, tu permets à des personnes au quatre coins du monde d'utiliser ta connexion pour se connecter à Internet à travers le réseau Tor, en utilisant un <a href="https://snowflake.torproject.org/">bridge snowflake</a> et ainsi échapper à la censure. Le bridge reste actif tant que cet onglet est ouvert !</p>
|
||||||
|
<p><small>Si tu veux parler de Tor, viens à la Disto, c'est un sujet qui nous tient à coeur.</small></p>
|
||||||
<iframe src="https://snowflake.torproject.org/embed.html" scrolling="no"></iframe>
|
<iframe src="https://snowflake.torproject.org/embed.html" scrolling="no"></iframe>
|
||||||
</div>
|
</div>
|
||||||
<footer>
|
<footer>
|
||||||
|
|
Loading…
Add table
Reference in a new issue