set all padding for main element in print

This commit is contained in:
Infra 2022-07-08 12:44:16 -04:00 committed by GitHub
parent 933cbd4069
commit aa7bcaa8c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2067,7 +2067,7 @@ in storage.js plus the media query with (min-width: 701px)
}
main {
padding-left: 15px;
padding: 10px;
}
}