From 5d62c3177889becaa1439fc46ee2824db368ae19 Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Thu, 13 Apr 2023 15:39:47 +0000 Subject: [PATCH] make nocloud image full width --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index ff54632..74d9d45 100644 --- a/static/style.css +++ b/static/style.css @@ -28,7 +28,7 @@ td { } img#nocloud { - width: 736px; + width: 100%; display: block; margin-left: auto; margin-right: auto; }