From 4fd5d9a19d0086919b7875d7df34407789df9486 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 14 Apr 2025 23:17:47 +0200 Subject: [PATCH 1/3] social --- in/en/index.html | 4 +++- in/fr/index.html | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/in/en/index.html b/in/en/index.html index 710f115..0e4deaf 100644 --- a/in/en/index.html +++ b/in/en/index.html @@ -239,7 +239,9 @@ youtube.com -
+ +

Social

+ diff --git a/in/fr/index.html b/in/fr/index.html index bba4c7c..695c497 100644 --- a/in/fr/index.html +++ b/in/fr/index.html @@ -239,7 +239,9 @@
BlueSkyyoutube.com
-
+ +

Social

+ From b3dd45a993b33121b8ac77bb8be27987c0b92090 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 14 Apr 2025 23:18:40 +0200 Subject: [PATCH 2/3] =?UTF-8?q?=E2=86=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- in/en/index.html | 30 +++++++++++++++--------------- in/fr/index.html | 30 +++++++++++++++--------------- 2 files changed, 30 insertions(+), 30 deletions(-) diff --git a/in/en/index.html b/in/en/index.html index 0e4deaf..cdb56df 100644 --- a/in/en/index.html +++ b/in/en/index.html @@ -240,21 +240,6 @@
BlueSky
-

Social

- - - - - - - - - - - - -
BlueSkybsky.app
PeerTubevideos.trom.tf
-

Identity

@@ -271,6 +256,21 @@
+

Social

+ + + + + + + + + + + + +
BlueSkybsky.app
PeerTubevideos.trom.tf
+

Git

diff --git a/in/fr/index.html b/in/fr/index.html index 695c497..aeb1056 100644 --- a/in/fr/index.html +++ b/in/fr/index.html @@ -240,21 +240,6 @@
-

Social

- - - - - - - - - - - - -
BlueSkybsky.app
PeerTubevideos.trom.tf
-

Identité

@@ -271,6 +256,21 @@
+

Social

+ + + + + + + + + + + + +
BlueSkybsky.app
PeerTubevideos.trom.tf
+

Git

From 0169948a6cb037dca4959eaac429aaa0b7fd721d Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 14 Apr 2025 23:06:24 +0200 Subject: [PATCH 3/3] order --- in/style/main.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/in/style/main.css b/in/style/main.css index a6eec19..d8fcf14 100644 --- a/in/style/main.css +++ b/in/style/main.css @@ -251,15 +251,11 @@ ul { @media (width > 66ch) { .columns { grid-template-columns: 2fr 1fr; } - aside { order: 2; } - main { order: 1; } } @media print { @page { size: A4; } html { font-size: 3mm; } .columns { grid-template-columns: 2fr 1fr; } - aside { order: 2; } - main { order: 1; } button { display: none; } }