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;