Skip to content

Commit

Permalink
change design
Browse files Browse the repository at this point in the history
  • Loading branch information
BoshraM committed Nov 3, 2023
1 parent 2b33616 commit 4e3aa77
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions client/src/Component/Main/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
row-gap: 50px;
.videos_container {
row-gap: 30px;
grid-template-columns: repeat(auto-fit, minmax(300px, 500px));
align-items: end;
justify-content: center;
}
}
.form_container {
Expand All @@ -16,7 +19,7 @@
color: var(--whiteColor);
font-weight: 600;
background-color: var(--SecondaryColor);
box-shadow: 0 4px 4px var(--blackColor);
box-shadow: 0 4px 4px var(--whiteColor);
border-radius: 15px;
.btn {
justify-self: center;
Expand All @@ -33,7 +36,7 @@
justify-content: center;
background-color: var(--PrimaryColor);
border-radius: 10px;
box-shadow: 0 2px 4px #495057;
box-shadow: 0 2px 4px var(--whiteColor);
margin: 1rem 3rem;
flex-direction: column;
.video_title {
Expand All @@ -50,6 +53,5 @@
}

.videos_container {
grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}
}

0 comments on commit 4e3aa77

Please sign in to comment.