From dea6264a482f42d3d860a065470d3c126991624e Mon Sep 17 00:00:00 2001 From: v1s1t0r1sh3r3 Date: Mon, 22 Jul 2024 18:12:15 +0200 Subject: [PATCH] Make Evil Twin captive portal text to be centered instead of expanding to the full width. Better view for standard browsers on pcs --- airgeddon.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airgeddon.sh b/airgeddon.sh index fdb831a9a..76c5e5f36 100755 --- a/airgeddon.sh +++ b/airgeddon.sh @@ -11630,7 +11630,7 @@ function set_captive_portal_page() { echo -e "#showpass {" echo -e "\tvertical-align: top;" echo -e "}\n" - echo -e "@media screen (min-width: 1000px) {" + echo -e "@media screen and (min-width: 1000px) {" echo -e "\t.content {" echo -e "\t\twidth: 50%;" echo -e "\t}"