[web] Fix the missing bottom margin on pages with tabs

This commit is contained in:
Alain Nussbaumer 2023-07-26 06:37:33 +02:00
parent a484f89e0a
commit 7f38c4fa87
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ a.navbar-item {
margin-bottom: 3.25rem;
&-with-tabs {
margin-top: 6.25rem !important;
margin-bottom: 3.25rem;
}
}