Skip to content

Commit

Permalink
update.style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Irina-anat committed Jan 15, 2024
1 parent 66db3c6 commit 48fabdb
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ body {
margin: 0;
}

@media (max-width: 600px) {
body {
background-color: #faebd7;
}
}

ul {
margin: 0;
padding: 0;
Expand Down Expand Up @@ -100,11 +106,13 @@ p {
height: 800px;
}



.box-description{
display: flex;
}

@media (max-width: 600px) {
@media (max-width: 720px) {
.box-description {
flex-wrap: wrap;
}
Expand Down

0 comments on commit 48fabdb

Please sign in to comment.