Skip to content

Commit

Permalink
update responsive.css
Browse files Browse the repository at this point in the history
  • Loading branch information
SUSP8129 authored Oct 12, 2024
1 parent 9e80d6e commit 9a3a4ce
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 39 deletions.
39 changes: 0 additions & 39 deletions responsive.css
Original file line number Diff line number Diff line change
Expand Up @@ -158,42 +158,3 @@
}
}

/* class="files" */
@media (min-width: 1000px) {
.files {
width: 60%;
}
}

@media (max-width: 1000px) {
.files {
width: 80%;
margin-bottom: 50px;
}
}

@media (max-width: 670px) {
.files {
width: 100%;
}
}

/* class="" */
@media (min-width: 1000px) {
.info {
width: 60%;
}
}

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

@media (max-width: 670px) {
.info {
width: 100%;
}
}
10 changes: 10 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,16 @@
display: flex;
}

.files {
width: 300;
height: 200;
}

.info {
width: 300;
height: 200;
}

.fifth {
background-color: blue;
}
Expand Down

0 comments on commit 9a3a4ce

Please sign in to comment.