Skip to content

Commit be352e7

Browse files
Merge pull request steam-bell-92#1382 from Hardikdhoot121/ui_change
Footer Responsiveness
2 parents c37bbfb + ba6ea37 commit be352e7

2 files changed

Lines changed: 1167 additions & 1462 deletions

File tree

web-app/css/styles.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3098,7 +3098,6 @@ body.sidebar-collapsed .playground-section {
30983098
border-top: 1px solid var(--border);
30993099
background: var(--surface);
31003100
position: relative;
3101-
z-index: 1;
31023101
}
31033102

31043103
.footer-content {
@@ -6644,6 +6643,7 @@ body.sidebar-collapsed .sidebar-dock .sidebar-footer .sidebar-main-controls {
66446643
* desktop. The padding-left values themselves are defined above inside the
66456644
* 768px media query. */
66466645
@media (min-width: 768px) {
6646+
66476647
.projects-section,
66486648
.hero-section,
66496649
.hero-timeline-section,
@@ -7155,7 +7155,7 @@ body.sidebar-collapsed .sidebar-dock .sidebar-footer .sidebar-main-controls {
71557155
}
71567156

71577157
.info-modal-overlay.active {
7158-
display: flex !important;
7159-
visibility: visible !important;
7160-
opacity: 1 !important;
7158+
display: flex !important;
7159+
visibility: visible !important;
7160+
opacity: 1 !important;
71617161
}

0 commit comments

Comments
 (0)