From 032906cf7b361680709025a4b8914569ef959bf8 Mon Sep 17 00:00:00 2001 From: filifa Date: Thu, 15 Aug 2024 20:53:54 -0500 Subject: [PATCH] set height and width for usb image --- about.html | 2 +- styles.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/about.html b/about.html index 87b47e2..5b360d4 100644 --- a/about.html +++ b/about.html @@ -16,7 +16,7 @@

About.

an unsettling comic showing a man
 								 putting a usb dongle into his mouth and moving his face with
-								 the connected mouse + the connected mouse" width=320 height=393 />

I'm in your walls.

diff --git a/styles.css b/styles.css index 07a7db2..607634c 100644 --- a/styles.css +++ b/styles.css @@ -110,6 +110,7 @@ ol ol ol { #usbimg { width: 256px; + height: auto; max-width: 100%; margin-right: 10px; margin-bottom: 10px;