Skip to content

Commit

Permalink
deploy: f1c7edd
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan6sha committed Jul 11, 2024
1 parent bcd47c5 commit 8a669ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -192,19 +192,19 @@ body {
/* Responsive Styles */
@media (max-width: 1200px) {
.document {
width: calc(33.333% - 20px);
width: calc(33.333% - 40px);
}
}

@media (max-width: 900px) {
.document {
width: calc(50% - 20px);
width: calc(50% - 40px);
}
}

@media (max-width: 600px) {
.document {
width: 50%;
width: calc(50% - 40px);
}
}

Expand Down

0 comments on commit 8a669ca

Please sign in to comment.