mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 03:35:51 +00:00
edits to the net-new pages for mobile optimization
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -142,6 +142,9 @@
|
||||
.align-items-stretch {
|
||||
align-items: stretch;
|
||||
}
|
||||
.overflow-xs {
|
||||
overflow: scroll;
|
||||
}
|
||||
|
||||
/* COLOR ELEMENTS */
|
||||
.border-green {
|
||||
|
||||
@@ -295,7 +295,6 @@ section {
|
||||
display: flex;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.timeline-content {
|
||||
|
||||
Reference in New Issue
Block a user