OpenSourceOrg / dotOrg

Public tracker of opensource.org issues
GNU General Public License v3.0
11 stars 4 forks source link

Create a wider page template #145

Open moyvincent opened 3 weeks ago

moyvincent commented 3 weeks ago

Description

Our partner has reached out to help create a wider page template for the content area similar to what is on https://opensource.org/ai/endorsements. image

Changes to the new page template can be made on the staging site for the partner to review first before moving to production.

xpurichan commented 2 weeks ago

I have implemented the following CSS to the dev site for review:

/* TEMP - See GH OpenSourceOrg/dotOrg/issues/145 */ 
.page-id-22485 .content.has_no_sidebar .content--page article:not(.archive) {
    max-width: 1084px !important;
}

Once we have confirmation that width and outcome is correct, then we can base our new "No Page Header - wide width" template on it.