diff options
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/css/styles.css b/assets/css/styles.css index 51af826..b0c8f6b 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -159,7 +159,7 @@ footer .d-flex { #hero { background-attachment: fixed; background-image: url("https://img.cleberg.net/space-wiki/hero-banner.jpg"); - background-position: bottom; + background-position: center; background-repeat: no-repeat; background-size: contain; height: 65vh; |