Don't change padding when using the wide BBUI Page component prop

This commit is contained in:
Andrew Kingston 2021-09-13 16:02:52 +01:00
parent 7f08d0b328
commit bdb7c9c941
1 changed files with 0 additions and 2 deletions

View File

@ -21,8 +21,6 @@
.wide {
max-width: none;
margin: 0;
padding: var(--spacing-xl) calc(var(--spacing-xl) * 2)
calc(var(--spacing-xl) * 2) calc(var(--spacing-xl) * 2);
min-height: calc(100% - var(--spacing-xl) * 3);
}
</style>