fix: reduce left margin on integrations page (#34)

Reduced left padding from lg:px-8 (32px) to lg:pl-4 (16px) to bring
page content closer to the sidebar navigation.

Reviewed-on: graham/towerops-web#34
This commit is contained in:
Graham McIntire 2026-03-15 18:29:03 -05:00 committed by graham
parent b8e56ee88c
commit 316725acfd

View file

@ -647,7 +647,7 @@ defmodule ToweropsWeb.Layouts do
<!-- Main content -->
<div id="main-wrapper" class="flex flex-1 flex-col min-h-[calc(100vh-3.5rem)]">
<main id="main-content" tabindex="-1" class="flex-1 py-6 sm:py-10 page-fade-in">
<div class="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8">
<div class="mx-auto max-w-7xl px-4 sm:px-6 lg:pl-4 lg:pr-8">
<!-- Beta Testing Banner -->
<div
id="beta-banner"