diff --git a/tienda/static/css/custom.css b/tienda/static/css/custom.css index 798a7bc..5a77645 100644 --- a/tienda/static/css/custom.css +++ b/tienda/static/css/custom.css @@ -51,12 +51,26 @@ p.price { background-color: #513CB0 !important; color: #FFF; } +.navbar.header .container-fluid { + position: relative; +} .navbar.header .navbar-brand img { border-radius: 10px; } .navbar.header .navbar-brand { color: #FFF !important; } +.navbar.header .site-title-mobile { + color: #FFF; + position: absolute; + left: 50%; + transform: translateX(-50%); + margin: 0; + max-width: calc(100% - 9rem); + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} .navbar.header .navbar-toggler { border-color: #FFF !important; } @@ -276,4 +290,4 @@ p.price { .texto-ajustado { overflow-wrap: anywhere; -} \ No newline at end of file +} diff --git a/tienda/templates/tienda/base.html b/tienda/templates/tienda/base.html index 28364dd..f4d6708 100644 --- a/tienda/templates/tienda/base.html +++ b/tienda/templates/tienda/base.html @@ -95,13 +95,15 @@ decoding="async"> + +