Skip to content

Commit

Permalink
Merge pull request #17 from mvhacks/noam-fix-spacing
Browse files Browse the repository at this point in the history
Changed Spacing
  • Loading branch information
emilymarkova authored Dec 23, 2024
2 parents e5de732 + 0dfb381 commit 34d9f0b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/Schedule.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const rows = [

export default function Faqs() {
return (
<div style={{ padding: "15%" }}>
<div style={{ paddingLeft: "15%", paddingRight: "15%", paddingTop: "8%", paddingBottom: "5%"}}>
<Typography
level="h2"
sx={{
Expand Down
2 changes: 1 addition & 1 deletion src/components/Title.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default function Title() {
fontSize: { xs: "6rem", md: "8rem" },
marginLeft: "10%",
lineHeight: "7rem",
marginTop: "10%",
marginTop: "5%",
}}
>
MV HACKS
Expand Down
2 changes: 1 addition & 1 deletion src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ code {
padding-left: 10%;
padding-right: 10%;
padding-bottom: 25px;
padding-top: 22%;
padding-top: 5%;
}

#email {
Expand Down

0 comments on commit 34d9f0b

Please sign in to comment.