Skip to content

Commit

Permalink
Merge branch 'SUGAM-ARORA:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayushmaanagarwal1211 authored Aug 8, 2024
2 parents 5844ee1 + 6c13c74 commit 9e911d3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/Components/Container.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
.topContainer .inputBox input {
width: 100%;
height: 100%;
padding: 0px 40px;
/* padding: 0px 40px; */
font-size: 16px;
color: #d0cfd4;
background: #75738045;
Expand Down
22 changes: 12 additions & 10 deletions src/Components/TopContainer.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.topContainer{
width: 100%;
}

/* General navbar styles */
.navbar {
width: 100%;
Expand All @@ -11,7 +15,7 @@
position: relative;
top: 0;
gap: 0.1rem;
margin-left: 120px;
/* margin-left: 120px; */
}

/* Navigation items container */
Expand Down Expand Up @@ -45,6 +49,7 @@

/* Input box styles */
.inputBox {

position: relative;
display: flex;
align-items: center;
Expand Down Expand Up @@ -192,7 +197,7 @@
@media screen and (max-width: 1500px) {
.mobview {
display: flex;
margin-left: 80%;
/* margin-left: 80%; */
flex-direction: row;
justify-content: space-between;
align-items: center;
Expand Down Expand Up @@ -222,14 +227,11 @@
}

.mobview #shortview {
position: fixed !important;
left: 0px;
width: 100vw;
top: 103px;
backdrop-filter: blur(100px) !important;
overflow: hidden;
background: #030022;
animation: shortvi 0.4s forwards;
position: absolute;
/* right: 100%; */
top: 60px;
background: rgba(0, 0, 0, 0.8);

border-radius: 10px;
width: 200px;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
Expand Down

0 comments on commit 9e911d3

Please sign in to comment.