diff --git a/rootfs/usr/share/httpd/default/index.css b/rootfs/usr/share/httpd/default/index.css index a3d69ff..bfe96d3 100644 --- a/rootfs/usr/share/httpd/default/index.css +++ b/rootfs/usr/share/httpd/default/index.css @@ -2,16 +2,13 @@ TD, TH, BODY { font-family: Verdana, Helvetica, sans-serif; - font-size: 14px; + font-size: 1.1rem; font-weight: normal; font-variant: normal; text-transform: none; text-decoration: none; - background-color: #333; - color: #fff; -} - -BODY { + text-align: center; + text-wrap: balance; background-color: #333; color: #fff; background-image: url('/index.png');