Skip to content

Commit 02fe3b4

Browse files
authored
Merge pull request #270 from Ayushmaanagarwal1211/Slightly-moving-form
Changed position of form and image
2 parents f29dba5 + 4a14d2e commit 02fe3b4

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Official_Website/style.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,8 @@ width: 40px;
611611
@media only screen and (max-width:940px){
612612
.feedback{
613613
flex-direction: column;
614-
614+
justify-content: center;
615+
align-items: center;
615616
}
616617
#search-box{
617618
width: 50% !important;
@@ -668,6 +669,8 @@ width: 40px;
668669
background-color: #f9f9f9;
669670
padding: 1.5rem;
670671
margin: 2rem auto;
672+
margin-left: 0px ;
673+
margin-right: 0px;
671674
width: 30%;
672675
border: 1px solid #ddd;
673676
border-radius: 20px;

0 commit comments

Comments
 (0)