From 2a69662e18640d35234784c7b0e3e94bf15a95ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=88=9A=28noham=29=C2=B2?= <100566912+NohamR@users.noreply.github.com> Date: Sat, 22 Apr 2023 08:19:00 +0200 Subject: [PATCH] fix img --- index.html | 33 +++++++++++++++++++++++++++++---- style.css | 2 +- 2 files changed, 30 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 83baee8..d8bd331 100644 --- a/index.html +++ b/index.html @@ -13,9 +13,15 @@
- blackandwhite + blackandwhite
+ +
@@ -36,7 +42,7 @@ -sesamth + sesamth

@@ -242,7 +248,7 @@ sesamth var editionchoisie = document.getElementsByName("edition")[0].value; console.log('nbpage', nbpage); nbtochange = nbpage - page1; - console.log('nbtochange' ,nbtochange); + console.log('nbtochange', nbtochange); changerPage(nbtochange, editionchoisie); } @@ -311,7 +317,7 @@ sesamth toggleTheme--; } // mode clairs - else { + else { document.documentElement.style.setProperty('--color-scheme', 'light') document.documentElement.style.setProperty('--ecriture', '#262626'); document.documentElement.style.setProperty('--background', '#f1f1f1'); @@ -320,6 +326,25 @@ sesamth } }) + \ No newline at end of file diff --git a/style.css b/style.css index 58f44fd..45b956d 100644 --- a/style.css +++ b/style.css @@ -39,7 +39,7 @@ body { } img { - width: 100%; + width: 50%; } iframe {