Browse Source

Reduce top padding in content header

pull/2507/head
Gabe Kangas 3 years ago
parent
commit
01082c5e0b
No known key found for this signature in database
GPG Key ID: 4345B2060657F330
  1. 1
      web/components/common/ContentHeader/ContentHeader.module.scss

1
web/components/common/ContentHeader/ContentHeader.module.scss

@ -4,6 +4,7 @@
position: relative; position: relative;
display: grid; display: grid;
padding: 1.4rem; padding: 1.4rem;
padding-top: unset;
} }
.row { .row {

Loading…
Cancel
Save