Skip to content

Commit

Permalink
fix mobile styling
Browse files Browse the repository at this point in the history
  • Loading branch information
EwanLyon committed Jan 21, 2024
1 parent efa84de commit 2d66e00
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
@import "./colors.scss";
@import "./responsive.scss";

.paragraph {
max-width: 750px;
margin: 2rem auto;
}

@media (max-width: 790px) {
margin: 2rem;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -146,4 +146,5 @@
position: relative;
margin: auto;
display: block;
max-width: 100%;
}

0 comments on commit 2d66e00

Please sign in to comment.