diff --git a/assets/iconb.webp b/assets/iconb.webp new file mode 100644 index 0000000..7dd0374 Binary files /dev/null and b/assets/iconb.webp differ diff --git a/index.html b/index.html index 06f51cc..7aff126 100644 --- a/index.html +++ b/index.html @@ -10,11 +10,11 @@ - + - + minish @@ -27,7 +27,10 @@
-

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));