Skip to content

Commit

Permalink
update 2 files
Browse files Browse the repository at this point in the history
  • Loading branch information
SUSP8129 authored Oct 12, 2024
1 parent 105c8b9 commit 5d1c9a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions responsive.css
Original file line number Diff line number Diff line change
Expand Up @@ -180,18 +180,18 @@
/* class="info" */
@media (min-width: 1000px) {
.info {
width: 45%;
width: 60%;
}
}

@media (max-width: 1000px) {
.info {
width: 45%;
width: 80%;
}
}

@media (max-width: 670px) {
.info {
width: 90%;
width: 100%;
}
}
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
}

.files_info {
float: left;
width: 40%;
align-content: left;
width: 45%;
}

.fifth {
Expand Down

0 comments on commit 5d1c9a2

Please sign in to comment.