Skip to content

Commit

Permalink
pr fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mruwnik committed Feb 23, 2024
1 parent 9c52629 commit 938e4c5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion app/components/ContentBox/box.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
.main-container-box-table {
flex-direction: column;
height: 550px;
margin-bottom: var(--spacing-40);
margin-bottom: var(--spacing-80);
}

.content-box-description {
Expand Down
2 changes: 1 addition & 1 deletion app/components/Footer/footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
@media (max-width: 600px) {
.footer-contents {
flex-direction: column;
gap: var(--spacing-32);
gap: var(--spacing-80);
margin-bottom: 0;
}
}
6 changes: 4 additions & 2 deletions app/components/Grid/grid.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@
cursor: pointer;
text-align: left;
padding: var(--spacing-32) var(--spacing-32);
width: var(--spacing-288);
height: var(--spacing-288);
width: 21.46vw;
height: 21.46vw;
min-width: var(--spacing-288);
min-height: var(--spacing-288);
text-decoration: none;
}

Expand Down
4 changes: 0 additions & 4 deletions app/newRoot.css
Original file line number Diff line number Diff line change
Expand Up @@ -361,10 +361,6 @@ ul {
}

@media (max-width: 600px) {
.page-body {
padding: 0px 6.333vw;
}

.col-2 {
}

Expand Down

0 comments on commit 938e4c5

Please sign in to comment.