fix: keep mobile header title aligned when navbar menu expands

Agent-Logs-Url: https://github.com/dsaub/proyecto-final/sessions/8f4a8d58-4e90-48ad-8195-23b90d8b22d4

Co-authored-by: dsaub <54474838+dsaub@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-04-21 05:42:24 +00:00
committed by GitHub
parent 369b6764c9
commit a45830cf25
2 changed files with 17 additions and 1 deletions
+2 -1
View File
@@ -63,8 +63,9 @@ p.price {
.navbar.header .site-title-mobile {
color: #FFF;
position: absolute;
top: calc(var(--bs-navbar-padding-y) + 20px);
left: 50%;
transform: translateX(-50%);
transform: translate(-50%, -50%);
margin: 0;
max-width: calc(100% - 9rem);
overflow: hidden;