Skip to content

Commit

Permalink
✨ (data-page) allow About this data section to use full width
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiamersmann committed Nov 29, 2023
1 parent fdf2eaa commit 8358ee9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions site/DataPageContent.scss
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,10 @@
margin-bottom: 8px;
}

.wrapper-about-this-data {
width: 100%;
}

.about-this-data__title {
@include datapage-section-title;
@include md-up {
Expand Down
2 changes: 1 addition & 1 deletion site/DataPageV2Content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ export const DataPageV2Content = ({
className="wrapper"
id="explore-the-data"
/>
<div className="wrapper grid grid-cols-12">
<div className="wrapper wrapper-about-this-data grid grid-cols-12">
{hasDescriptionKey ||
datapageData.descriptionFromProducer ||
datapageData.source?.additionalInfo ? (
Expand Down

0 comments on commit 8358ee9

Please sign in to comment.