From 7a6375409458d0a17ecbe25bbd473d5999b4f55a Mon Sep 17 00:00:00 2001 From: manjunath7472 <31816736+manjunath7472@users.noreply.github.com> Date: Sun, 7 Apr 2024 17:26:01 +0530 Subject: [PATCH] Update index.html --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 8903418..32abe55 100644 --- a/index.html +++ b/index.html @@ -91,13 +91,13 @@ width: calc(100% - 10px - 10px); margin-right: 10px; display: flex; - flex-direction: column; position: fixed; /* Needed for absolute positioning of children */ top: 0; padding-top: 10px; background-image: url('bg.jpg'); background-position: center; + z-index: 9999; } .sectionB { @@ -107,7 +107,7 @@ } -.sectionB > .por { +.sectionB > .socialLinks { left: 0;top: 0; width: 33.333%; /* 1/3 of sectionB's width */ text-align: left;