fix: remove padding from page on jobs database
This commit is contained in:
parent
b5d30997b8
commit
234b7809fe
1 changed files with 1 additions and 1 deletions
|
|
@ -224,7 +224,7 @@
|
||||||
@use '$src/themes/typography' as typography;
|
@use '$src/themes/typography' as typography;
|
||||||
|
|
||||||
.page {
|
.page {
|
||||||
padding: spacing.$unit-2x 0;
|
padding: 0;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue