Skip to content

Commit e36feb0

Browse files
Amey-Thakurmsatmod
andcommitted
Amey's Arc
Co-authored-by: Mega Satish <mega.modha@gmail.com>
1 parent 86560dc commit e36feb0

2 files changed

Lines changed: 13 additions & 3 deletions

File tree

Source Code/assets/css/foundations/Responsive.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,10 @@
6666
/* Navigation component positioning for narrow desktop and tablet viewports. */
6767

6868
@media screen and (max-width: 900px) {
69-
.list .top-link {
70-
transform: translateY(-5rem);
69+
.top-link {
70+
/* Spatial Grounding: Reverting vertical offsets for consistent tactile access on mobile. */
71+
bottom: 40px;
72+
right: 20px;
7173
}
7274
}
7375

Source Code/assets/css/interface/Footer_UI.css

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,20 @@
8080
background: var(--tertiary);
8181
width: 42px;
8282
height: 42px;
83-
padding: 12px;
8483
border-radius: 64px;
84+
display: flex;
85+
align-items: center;
86+
justify-content: center;
8587
/* Fluid Transition: Linear opacity shift combined with discrete visibility toggling. */
8688
transition: visibility 0.5s, opacity 0.8s linear;
8789
}
8890

91+
.top-link svg {
92+
/* Geometric Integrity: Ensuring the directional vector is proportionally scaled. */
93+
width: 18px;
94+
height: 18px;
95+
}
96+
8997
.top-link,
9098
.top-link svg {
9199
filter: drop-shadow(0px 0px 0px var(--theme));

0 commit comments

Comments
 (0)