Skip to content

Commit 10bcbda

Browse files
committed
docs(docs-infra): adjust close button spacing in mobile navigation
Use relative positioning to offset the close button from the top edge without affecting the layout of surrounding elements.
1 parent a89b565 commit 10bcbda

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

adev/src/app/core/layout/navigation/navigation.component.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,8 @@
293293

294294
@include mq.for-phone-only {
295295
display: block;
296+
position: relative;
297+
top: 2rem;
296298
}
297299
}
298300

0 commit comments

Comments
 (0)