fix: remove print preview wrapper padding for smaller screens
This commit is contained in:
parent
6621a7d613
commit
960f8a9840
1 changed files with 4 additions and 0 deletions
|
|
@ -8,6 +8,10 @@
|
|||
padding: 80px 0;
|
||||
background-color: var(--gray-200);
|
||||
border-radius: var(--border-radius);
|
||||
|
||||
@include media-breakpoint-down(md) {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.print-toolbar {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue