Skip to content

Commit

Permalink
changed nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
lavi445 committed May 15, 2024
1 parent e48604a commit acf7b1b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions css/sec3.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,29 +11,29 @@
/* border: 2px solid red; */
height: 62vw;
display: flex;
justify-content: center;
justify-content:center;
}
.s3boxes{
/* border: 1px solid black; */
height: 26vw;
width: 90vw;
display: flex;
margin-left: 6vw;
margin-left: 5vw;
margin-bottom: 3vw;
}
.mainContainer{
display: flex;
flex-wrap: wrap;
flex-grow: 1;
align-items: center;
justify-content: center;
align-items:center;
justify-content:center;

}
.box1{
/* border: 1px solid green; */
padding-bottom: 2vw;
height: 27vw;
width: 25vw;
width: 25vw;
margin: 0 2vw;
display: flex;
flex-direction: column;
Expand Down

0 comments on commit acf7b1b

Please sign in to comment.