Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
manjunath7472 authored Apr 7, 2024
1 parent 177db55 commit 7a63754
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -107,7 +107,7 @@

}

.sectionB > .por {
.sectionB > .socialLinks {
left: 0;top: 0;
width: 33.333%; /* 1/3 of sectionB's width */
text-align: left;
Expand Down

0 comments on commit 7a63754

Please sign in to comment.