diff --git a/pwnagotchi/ui/web/static/css/style.css b/pwnagotchi/ui/web/static/css/style.css index dcf0e19e..1ed13fa5 100644 --- a/pwnagotchi/ui/web/static/css/style.css +++ b/pwnagotchi/ui/web/static/css/style.css @@ -72,10 +72,11 @@ li.navitem { justify-content: space-around; } -.element { +.plugins-box { margin: 0.5rem; padding: 0.2rem; border-style: groove; border-radius: 0.5rem; background-color: lightgrey; + text-align: center; } diff --git a/pwnagotchi/ui/web/templates/plugins.html b/pwnagotchi/ui/web/templates/plugins.html index e7abaa79..5835c180 100644 --- a/pwnagotchi/ui/web/templates/plugins.html +++ b/pwnagotchi/ui/web/templates/plugins.html @@ -28,7 +28,7 @@ $(function(){ {% block content %}