Skip to content

Commit

Permalink
small screen size desing checking
Browse files Browse the repository at this point in the history
  • Loading branch information
ajmalfaris11 committed May 31, 2024
1 parent 4a29b67 commit 47228a9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -226,19 +226,16 @@ body{
.wrapper {
display: flex;
flex-direction: column;
justify-content:space-between ;
align-items: center;
}

.img_section {
border-radius: 25px;
background-image: url("images/space.png");
background-position: left bottom;
background-repeat: no-repeat;
block-size: cover;
background-size: 100%;
position: relative;
transform:none;
padding: 0;
margin: 0;
object-fit: cover;
}

.img_section::before {
Expand All @@ -260,6 +257,9 @@ body{
.container{
height: 100vh;
}
.content_section {
background-color: #230648ca;
}

}

Expand Down

0 comments on commit 47228a9

Please sign in to comment.