Commit bb0d82df61f1d74bd537c18e3c456c3fc43e343d
1 parent
e4a951a25e
Exists in
master
Padding mas pequeño en sidebar.
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
src/app/components/master/master.component.html
... | ... | @@ -9,6 +9,7 @@ |
9 | 9 | </div> |
10 | 10 | |
11 | 11 | <!-- SIDEBAR --> |
12 | - <app-sidebar class="sidebar position-fixed float-right col-2 col-md-2 vh-100 bg-primary-gradient"></app-sidebar> | |
12 | + <app-sidebar class="sidebar position-fixed float-right col-2 col-md-2 vh-100 bg-primary-gradient p-2"> | |
13 | + </app-sidebar> | |
13 | 14 | |
14 | 15 | </div> |