style: reduce spacing and top margins by half on Members, Lectures, and Standardization pages
This commit is contained in:
@@ -9,7 +9,7 @@ export default function StandardizationPage() {
|
||||
);
|
||||
|
||||
return (
|
||||
<div className="container-content space-y-32 md:space-y-48 py-16 md:py-28">
|
||||
<div className="container-content space-y-8 md:space-y-12 py-6 md:py-10">
|
||||
{/* Header */}
|
||||
<section className="space-y-3">
|
||||
<div className="flex items-center gap-3">
|
||||
@@ -27,7 +27,7 @@ export default function StandardizationPage() {
|
||||
</section>
|
||||
|
||||
{/* Standards Bodies Section */}
|
||||
<section className="space-y-12 pt-20 md:pt-28 border-t border-line">
|
||||
<section className="space-y-12 pt-6 md:pt-10 border-t border-line">
|
||||
{standardsBodies.map((body, idx) => (
|
||||
<div key={idx} className="bg-paper p-8 rounded-lg border border-line space-y-6">
|
||||
<div className="flex flex-wrap justify-between items-start gap-4 border-b border-line pb-4">
|
||||
|
||||
Reference in New Issue
Block a user