diff --git a/website/src/css/custom.css b/website/src/css/custom.css
index 30753754..b15b6eb4 100644
--- a/website/src/css/custom.css
+++ b/website/src/css/custom.css
@@ -134,6 +134,11 @@ img.rounded-corners {
}
}
+.RightText {
+ padding-left: 40px;
+}
+
+
@media only screen and (max-width: 960px) {
.CrossPlatform .TwoColumns {
grid-gap: 2rem;
@@ -151,6 +156,7 @@ img.rounded-corners {
margin: 0 auto;
text-align: center;
}
+
}
/* Section */
diff --git a/website/src/pages/index.js b/website/src/pages/index.js
index f90c85fc..6e3ceed6 100644
--- a/website/src/pages/index.js
+++ b/website/src/pages/index.js
@@ -20,7 +20,14 @@ Maester can be integrated with Azure DevOps Pipelines and scheduled to be run da
and when changes are introduced in your Microsoft 365 tenant.
Follow the step-by-step guide in the Maester docs to set up
-an automation account with Workload Identify Federation (no more secrets or credential rotation!).`,
+an automation account with Workload Identify Federation.`,
+ gitHub: `
+Integrate Maester with GitHub Actions to continously monitor your tenant configuration.
+
+Build an archive history of Maester test runs against your tenant with the native
+workflow integration in Maester.
+
+Use Workload Identify Federation for your automation account to connect to Microsoft Graph (no more secrets or credential rotation!).`,
codeExample: `
import React from 'react';
import {Text, View} from 'react-native';
@@ -134,7 +141,7 @@ export function Section({
function TextColumn({ title, text, moreContent }) {
return (
-