Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
OchiengPaul442 committed Jan 26, 2025
1 parent 81f89f4 commit f0738d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website2/src/configs/mainConfigs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export type Config = {
const mainConfig: Config = {
templateName: 'AirQo Website',
homePageUrl: '/home',
containerClass: 'max-w-5xl mx-auto',
containerClass: 'max-w-5xl mx-auto w-full',
};

export default mainConfig;

0 comments on commit f0738d1

Please sign in to comment.