Update style.css
Browse files
style.css
CHANGED
|
@@ -39,6 +39,7 @@ p {
|
|
| 39 |
width: calc(100% - 600px);
|
| 40 |
bottom: 80px;
|
| 41 |
animation: fade-in ease 1s;
|
|
|
|
| 42 |
}
|
| 43 |
|
| 44 |
@media (width <= 1300px) {
|
|
@@ -48,6 +49,10 @@ p {
|
|
| 48 |
}
|
| 49 |
}
|
| 50 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 51 |
/* Vertical line using pseudo-element */
|
| 52 |
.commit-tree::before {
|
| 53 |
content: '';
|
|
|
|
| 39 |
width: calc(100% - 600px);
|
| 40 |
bottom: 80px;
|
| 41 |
animation: fade-in ease 1s;
|
| 42 |
+
z-index: 0
|
| 43 |
}
|
| 44 |
|
| 45 |
@media (width <= 1300px) {
|
|
|
|
| 49 |
}
|
| 50 |
}
|
| 51 |
|
| 52 |
+
.discussions {
|
| 53 |
+
z-index: 1
|
| 54 |
+
}
|
| 55 |
+
|
| 56 |
/* Vertical line using pseudo-element */
|
| 57 |
.commit-tree::before {
|
| 58 |
content: '';
|