This commit is contained in:
Alejandro Tasistro 2025-06-23 23:00:42 -03:00
parent 7c8c5ad60d
commit 7c2f592072
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
<template>
<nav class="breadcrumb is-centered has-background-danger-light is-fixed-top"
<nav class="breadcrumb is-centered has-background-danger-light is-fixed-top mb-0"
aria-label="breadcrumbs">
<ul class="mt-4">
<li v-for="(miga, i) in migas" :key="i" :class="{'is-active': i === migaActiva}">

View file

@ -18,7 +18,7 @@ form, #root, #login-form {
}
main.has-top-padding {
padding-top: 4.5rem !important;
padding-top: 4rem !important;
}
table.table td {