Skip to content

Commit

Permalink
fixed padding in section 2
Browse files Browse the repository at this point in the history
  • Loading branch information
neeharavula committed Mar 14, 2024
1 parent 629d66d commit dd03e19
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions res/about.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -94,7 +94,7 @@ body {
}

#section2 .left-section .playlist iframe {
height: 608px
height: 588px
}

#section2 .right-section {
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit dd03e19

Please sign in to comment.