remove extra padding from database pages
This commit is contained in:
parent
3e5472ac0f
commit
5ea4fc79af
3 changed files with 0 additions and 3 deletions
|
|
@ -104,7 +104,6 @@
|
||||||
@use '$src/themes/typography' as typography;
|
@use '$src/themes/typography' as typography;
|
||||||
|
|
||||||
.database-page {
|
.database-page {
|
||||||
padding: spacing.$unit-2x 0;
|
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -74,7 +74,6 @@
|
||||||
@use '$src/themes/typography' as typography;
|
@use '$src/themes/typography' as typography;
|
||||||
|
|
||||||
.database-page {
|
.database-page {
|
||||||
padding: spacing.$unit-2x 0;
|
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -82,7 +82,6 @@
|
||||||
@use '$src/themes/typography' as typography;
|
@use '$src/themes/typography' as typography;
|
||||||
|
|
||||||
.database-page {
|
.database-page {
|
||||||
padding: spacing.$unit-2x 0;
|
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue