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