-
-
+
hi world !
+ +hi world !
+ +i am minish
Hi, i go by minish online. i enjoy programming & reverse engineering.
a few of my recent projects are –
@@ -72,7 +75,7 @@diff --git a/style.css b/style.css index af2c77f..8ef7e94 100644 --- a/style.css +++ b/style.css @@ -88,7 +88,7 @@ main { border-width: 0px; } - #icon { + #icon-desktop { display: none; } @@ -101,6 +101,10 @@ main { #learning { grid-template-columns: auto auto; } + + #icon-mobile { + display: none; + } } .interests { @@ -130,14 +134,26 @@ h2 { display: flex; } -#icon { +#icon-desktop { justify-self: right; /* make some space around it */ margin-left: 24px; height: 7em; +} +#icon-mobile { + height: 2.25em; + margin-left: 10px; +} + +#title, #icon-mobile { + display: inline-block; + vertical-align: middle; +} + +.icon { filter: drop-shadow(1px 1px 0 var(--accent)) drop-shadow(-1px 1px 0 var(--accent)) drop-shadow(1px -1px 0 var(--accent)) drop-shadow(-1px -1px 0 var(--accent));