From c15bc7062dcac3faff3bd29a979796e46fccf326 Mon Sep 17 00:00:00 2001 From: minish Date: Sat, 30 Mar 2024 17:03:41 -0400 Subject: [PATCH] fix some accessibility stuff --- index.html | 47 ++++++++++++++++++++++++----------------------- style.css | 10 +++++----- 2 files changed, 29 insertions(+), 28 deletions(-) diff --git a/index.html b/index.html index dab4849..7a59f52 100644 --- a/index.html +++ b/index.html @@ -6,9 +6,14 @@ + + + + + min.rip @@ -17,36 +22,32 @@
- my avatar +

hi, world!

i am minish

hi, i go by minish online. i enjoy programming & reverse engineering.

+

my current main projects are

    - my current main projects are - -
  • - breeze - - a simple, performant file upload server -
  • -
  • - hls_convert - - easily download videos and fix embeds -
  • -
  • - uproot - - for the ultimate gaming in class enjoyers -
  • -
    +
  • + breeze - + a simple, performant file upload server +
  • +
  • + hls_convert - + easily download videos and fix embeds +
  • +
  • + uproot - + for the ultimate gaming in class enjoyers +
+

some stuff i like:

    - some stuff i like: - -
  • omori
  • -
  • deltarune
  • -
  • inabakumori
  • -
  • cafe de touhou
  • -
    +
  • omori
  • +
  • deltarune
  • +
  • inabakumori
  • +
  • cafe de touhou
diff --git a/style.css b/style.css index 5472351..e36318f 100644 --- a/style.css +++ b/style.css @@ -122,16 +122,16 @@ ul { } -span.interests { - display: grid; - grid-template-columns: auto auto; -} - li { /* move the bulletpoint 6px inward on itself */ padding-left: 6px; } +.interests { + display: grid; + grid-template-columns: auto auto; +} + .interests img { height: 1.75em; vertical-align: middle;