From dd03e1949f69fe3bc56ec2391d85557c7024aef7 Mon Sep 17 00:00:00 2001 From: Neeha Ravula Date: Thu, 14 Mar 2024 13:07:01 -0700 Subject: [PATCH] fixed padding in section 2 --- res/about.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/res/about.css b/res/about.css index a6db430..4aba008 100644 --- a/res/about.css +++ b/res/about.css @@ -78,7 +78,7 @@ body { } #section2 .title-box h2 { - margin-bottom: 0.2em; + margin-bottom: 0.5em; font-family: "Bai Jamjuree", sans-serif; color: #333333; font-size: 2.7em; @@ -94,7 +94,7 @@ body { } #section2 .left-section .playlist iframe { - height: 608px + height: 588px } #section2 .right-section { @@ -143,12 +143,13 @@ body { flex-direction: column; padding-bottom: 3em; } - #section2 .left-section, + #section2 .left-section { + padding-bottom: 2em; + } #section2 .right-section { padding: 0; } - #section2 .left-section h2, - #section2 .right-section h2 { + #section2 .title-box h2 { font-size: 2em; } #section2 .left-section .playlist {