diff --git a/rtfd/public/html/index.css b/rtfd/public/html/index.css index 86eff7a..d40a638 100644 --- a/rtfd/public/html/index.css +++ b/rtfd/public/html/index.css @@ -23,6 +23,8 @@ html { body { background-color: #111; background-image: url("images/logo.svg"); +background-position: center; +background-size: cover; color: #777; font-family: sans-serif; font-size: 1.5rem;