diff --git a/airgeddon.sh b/airgeddon.sh index 76c5e5f36..037064465 100755 --- a/airgeddon.sh +++ b/airgeddon.sh @@ -11633,6 +11633,10 @@ function set_captive_portal_page() { echo -e "@media screen and (min-width: 1000px) {" echo -e "\t.content {" echo -e "\t\twidth: 50%;" + echo -e "\t\tposition: absolute;" + echo -e "\t\ttop: 50%;" + echo -e "\t\tleft: 50%;" + echo -e "\t\ttransform: translate(-50%, -50%);" echo -e "\t}" echo -e "}\n" } >> "${tmpdir}${webdir}${cssfile}"