summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2026-06-04 05:34:44 +0200
committerache <ache@ache.one>2026-06-04 05:34:44 +0200
commit04442fc6a0cda3ac7b49b1efe45affc74ca33048 (patch)
treebc38405022a1b7fd3a280d5908dc8a815462a8b4
parentFix HTML validator of likes template (diff)
Fix style in article
-rw-r--r--articles/a-vanity-vnc-server.md5
-rw-r--r--articles/serveur-vnc-vaniteux.md5
-rwxr-xr-xsrc/css/_contenu.scss5
3 files changed, 5 insertions, 10 deletions
diff --git a/articles/a-vanity-vnc-server.md b/articles/a-vanity-vnc-server.md
index f2b48a9..f9c33f8 100644
--- a/articles/a-vanity-vnc-server.md
+++ b/articles/a-vanity-vnc-server.md
@@ -118,11 +118,6 @@ About 1 connection attempt per hour.
Here are the logs in real time:
-<style>
-#terminal {
- max-width: 720px;
-}</style>
-
<div id="terminal"></div>
## Doesn't it already exist?
diff --git a/articles/serveur-vnc-vaniteux.md b/articles/serveur-vnc-vaniteux.md
index 5ae3b09..db27f52 100644
--- a/articles/serveur-vnc-vaniteux.md
+++ b/articles/serveur-vnc-vaniteux.md
@@ -103,11 +103,6 @@ J'ai été assez surpris du nombre de connections qui sont faites sur ces serveu
Environ 1 tentative de connexion par heure.
Voici les logs en temps réel :
-<style>
-#terminal {
- max-width: 720px;
-}</style>
-
<div id="terminal"></div>
## Existant
diff --git a/src/css/_contenu.scss b/src/css/_contenu.scss
index 15fd2d7..8de1c1c 100755
--- a/src/css/_contenu.scss
+++ b/src/css/_contenu.scss
@@ -728,3 +728,8 @@ video::cue(.back) {
hr {
margin: 2.5rem 0;
}
+
+#terminal {
+ max-width: 720px;
+}
+