edits to the net-new pages for mobile optimization

This commit is contained in:
Calvin Jhunjhnuwala
2020-08-26 15:53:38 -07:00
parent 57a1c6daa5
commit a0f6bea272
10 changed files with 44 additions and 37 deletions

View File

@@ -144,6 +144,10 @@ td:nth-child(1) {
padding: 2rem;
background: rgba(34, 37, 43, 0.5);
backdrop-filter: blur(3px);
@media (max-width: 768px) {
margin-left: 15px;
margin-right: 15px;
}
}
.section-marker {
position: absolute;

View File

@@ -142,6 +142,9 @@
.align-items-stretch {
align-items: stretch;
}
.overflow-xs {
overflow: scroll;
}
/* COLOR ELEMENTS */
.border-green {

View File

@@ -295,7 +295,6 @@ section {
display: flex;
position: relative;
z-index: 1;
margin-bottom: 8px;
}
.timeline-content {