Skip to content

Commit

Permalink
fix banner image mix width
Browse files Browse the repository at this point in the history
  • Loading branch information
xtian7489 committed Mar 21, 2024
1 parent 6b9d992 commit 6626971
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/app/layout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,17 @@ export const metadata = {
description: 'Participa en la co-creación del pacto Inter-ciudad, y conoce las máximas elaboradas en las Asambleas Climáticas de Brasil, Argentina, Colombia y Mexico.',
images: 'https://resurgentes.org/images/share-landing.png',
type: 'website',
},
twitter:{
title: 'Resurgente Pacto-interciudad',
description: 'Participa en la co-creación del pacto Inter-ciudad, y conoce las máximas elaboradas en las Asambleas Climáticas de Brasil, Argentina, Colombia y Mexico.',
images: {
url:'https://resurgentes.org/images/share-landing.png',
alt:'banner resurgentes'
},
type: 'website',
}

}

export default function RootLayout({ children}) {
Expand Down
1 change: 1 addition & 0 deletions src/static/scss/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@
height: 100%;
transition: opacity 0.3s;
max-width: none;
min-width: 100%;
&.active{
opacity: 1;
transition: opacity 0.3s;
Expand Down

0 comments on commit 6626971

Please sign in to comment.