Skip to content

Commit

Permalink
changed max width
Browse files Browse the repository at this point in the history
  • Loading branch information
crisnicandrei committed Oct 2, 2024
1 parent 3920f00 commit caf906c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
@import 'fonts';
@import 'variables';

:host {
max-width: 80rem;
}

.goals {
display: grid;
grid-template-columns: repeat(4, 1fr);
Expand Down Expand Up @@ -58,7 +62,8 @@ p {

.text-container {
display: flex;
gap: 64px;
gap: 15rem;
justify-content: space-between;
@media (max-width: 854px) {
flex-direction: column;
gap: 16px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
@import 'fonts';
@import 'variables';

:host {
max-width: 78rem;
}

.reasons {
display: grid;
grid-template-columns: repeat(4, 1fr);
Expand Down

0 comments on commit caf906c

Please sign in to comment.