fix: prevent mobile title overlap on narrow screens
Agent-Logs-Url: https://github.com/dsaub/proyecto-final/sessions/4d080a78-4752-427f-8205-876ef7b85f7a Co-authored-by: dsaub <54474838+dsaub@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
70cda62f36
commit
452008ef81
@@ -66,6 +66,10 @@ p.price {
|
|||||||
left: 50%;
|
left: 50%;
|
||||||
transform: translateX(-50%);
|
transform: translateX(-50%);
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
max-width: calc(100% - 9rem);
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
.navbar.header .navbar-toggler {
|
.navbar.header .navbar-toggler {
|
||||||
border-color: #FFF !important;
|
border-color: #FFF !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user