Skip to content

Commit

Permalink
Make Evil Twin captive portal text to be centered from top to bottom.…
Browse files Browse the repository at this point in the history
… Better view for standard browsers on pcs
  • Loading branch information
v1s1t0r1sh3r3 committed Jul 23, 2024
1 parent dea6264 commit 96721e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions airgeddon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 96721e7

Please sign in to comment.