From fc55d62b3831ac08698fa5f8ac6e54dbe8c4bc04 Mon Sep 17 00:00:00 2001 From: amolinae06 Date: Thu, 20 Mar 2025 09:09:21 -0600 Subject: [PATCH] fixed visual bug on mobile --- README.md | 1 + aboutme.html | 3 ++- contact.html | 1 - index.css | 20 ++++++-------------- index.html | 2 +- setup.html | 15 ++++++++------- 6 files changed, 18 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index e69de29..8b13789 100644 --- a/README.md +++ b/README.md @@ -0,0 +1 @@ + diff --git a/aboutme.html b/aboutme.html index ec3fe51..93afdac 100644 --- a/aboutme.html +++ b/aboutme.html @@ -15,7 +15,8 @@

Linux enthusiast.

Listen to Music.

-

The usual stuff.

+

Likes Self-hosting.

+

And other stuff.

[ Back ] diff --git a/contact.html b/contact.html index 860e36f..67e537c 100644 --- a/contact.html +++ b/contact.html @@ -15,7 +15,6 @@
    -
  • [ Steam ]
  • [ E-Mail ]
  • [ Github ]
  • [ Gitlab ]
  • diff --git a/index.css b/index.css index a61090a..9117980 100644 --- a/index.css +++ b/index.css @@ -47,13 +47,10 @@ a { color: var(--secondary-color); } -a:hover { - color: var(--primary-color); - text-shadow: 1px 1px 10px var(--primary-color); -} +a:hover { color: var(--primary-color); text-shadow: 1px 1px 10px var(--primary-color); } .card { - border: 3px solid var(--primary-color); + border: 4px solid var(--primary-color); box-shadow: 0px 0px 8px var(--primary-color); background: var(--card-bg-color); border-radius: 5%; @@ -72,13 +69,11 @@ a:hover { margin-top: 16px; } -.card p { - margin-top: 16px; - margin-bottom: 8px; -} +.card p { margin-top: 16px; margin-bottom: 8px; } .links ul { - display: flex; + display: flex; + flex-wrap: wrap; align-items: center; justify-content: center; } @@ -93,8 +88,5 @@ a:hover { background: none; } - .card img { - width: 150px; - height: auto; - } + .card img { width: 150px; height: auto; } } diff --git a/index.html b/index.html index 5a2c782..19c55ff 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@

    amolinae's website

    - +

    Now with a 100% less Javascript!