🎨 Styling fixes in wake of tailwindv4

This commit is contained in:
2026-02-25 17:38:27 -05:00
parent 4498830e29
commit c005d118ac
14 changed files with 65 additions and 60 deletions

View File

@@ -57,7 +57,7 @@ export const Downloads = (props: IDownloadsProps): ReactElement => {
}, [issueBundles]);
return !isNil(bundles) ? (
<div className="container">
<div className="container mx-auto px-4 sm:px-6 lg:px-8">
<section className="section">
<h1 className="title">Downloads</h1>
<div className="columns">