From 14038b8070979464d512000535fb443d2ae3208e Mon Sep 17 00:00:00 2001 From: oxi <74726611+oxi1224@users.noreply.github.com> Date: Sun, 21 Aug 2022 16:44:08 +0200 Subject: ae --- index.html | 4 ++-- styles.css | 20 ++++++++++++++++++++ 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 84bf733..0683f1e 100644 --- a/index.html +++ b/index.html @@ -92,9 +92,9 @@ /> :sOmEOneSAIdRUst: shut the fuck up ÅĠěŜŋżųŹ¢¶Ěá -
+
diff --git a/styles.css b/styles.css index 0cde154..de55121 100644 --- a/styles.css +++ b/styles.css @@ -275,9 +275,29 @@ html{ font-size: 120%; } +/* disable pointer events on images */ +img{ + pointer-events:none; +} .languages-wrapper{ display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(3, 1fr); } + +.jsimg { + margin-left: 10%; +} + +@media only screen and (max-width: 900px) { + /* .data{ + margin-left: 0 + } */ + .javaimg{ + margin-left: 0; + } + .jsimg { + margin-left: 0; + } +} \ No newline at end of file -- cgit From 7a0460316f2b748ca1ab41f503bb265386a3db66 Mon Sep 17 00:00:00 2001 From: echo <91651232+exhq@users.noreply.github.com> Date: Sun, 21 Aug 2022 19:23:14 +0430 Subject: pointers have cursed us. they dont go away. they wont leave us. pain. pain. pain. --- styles.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/styles.css b/styles.css index de55121..98c1c93 100644 --- a/styles.css +++ b/styles.css @@ -275,10 +275,6 @@ html{ font-size: 120%; } -/* disable pointer events on images */ -img{ - pointer-events:none; -} .languages-wrapper{ display: grid; @@ -300,4 +296,4 @@ img{ .jsimg { margin-left: 0; } -} \ No newline at end of file +} -- cgit