cambio para que este centrado el menu

This commit is contained in:
Jaume Solís 2024-04-15 16:49:16 +02:00
parent c2cb668edd
commit b3cb1fbd36
1 changed files with 3 additions and 0 deletions

View File

@ -66,6 +66,7 @@ export default defineComponent({
display: flex;
align-items: center;
gap: 34px;
min-width: 190px;
& .user-area-link {
color: $white;
@ -108,6 +109,8 @@ export default defineComponent({
@media only screen and (max-width: $med-md) {
gap: 27px;
min-width: auto;
& .user-area-link {
&.help {
display: none;