From 6a0f7e4dc2db5cb941490ca7fd5689b95999c946 Mon Sep 17 00:00:00 2001 From: Nathanne Isip Date: Wed, 16 Oct 2024 12:06:37 +0800 Subject: [PATCH] Moved the header section wallpaper for mobile view/browser. --- site/styles/index.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/site/styles/index.css b/site/styles/index.css index 155e3ac..7d8b8dc 100644 --- a/site/styles/index.css +++ b/site/styles/index.css @@ -24,3 +24,9 @@ html, body { right: 0; text-shadow: 1px 1px 8px rgba(28, 29, 31, 0.65); } + +@media only screen and (max-width: 771px) { + .header-section { + background-position: 12%; + } +} \ No newline at end of file