mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-16 22:45:30 +01:00
fix(theme): layout collapse bug and margins between rows
This commit is contained in:
parent
da859ba0bb
commit
320d4b4e0a
2 changed files with 18 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
@include nb-install-component() {
|
||||
h5 {
|
||||
margin-bottom: 1.5rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.settings-row {
|
||||
|
|
@ -13,7 +13,7 @@
|
|||
flex-wrap: wrap;
|
||||
|
||||
width: 90%;
|
||||
margin: 0 auto 3rem;
|
||||
margin: 0 auto 2rem;
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue