[web] Fix the missing bottom margin on pages with tabs
This commit is contained in:
parent
a484f89e0a
commit
7f38c4fa87
|
@ -65,6 +65,7 @@ a.navbar-item {
|
||||||
margin-bottom: 3.25rem;
|
margin-bottom: 3.25rem;
|
||||||
&-with-tabs {
|
&-with-tabs {
|
||||||
margin-top: 6.25rem !important;
|
margin-top: 6.25rem !important;
|
||||||
|
margin-bottom: 3.25rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue