Skip to content

Commit

Permalink
Merge pull request ayush-that#2983 from Hemraj-7/myfin2
Browse files Browse the repository at this point in the history
Issue number 2954 is solved
  • Loading branch information
deepeshmlgupta authored Nov 7, 2024
2 parents 50a7039 + 371fb25 commit 9cb04f0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
13 changes: 13 additions & 0 deletions assets/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -832,6 +832,19 @@ background-color: #e67600;
.subscribe-title {
font-size: 24px;
}

#unique-subscribe-form{
display: flex;
flex-direction: column;
gap: 0px;
width: 75vw;
}

#unique-news-email {
width: 100%;
height: 65px;
}

}

.footer-widget {
Expand Down
3 changes: 1 addition & 2 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2351,11 +2351,10 @@ p {
@media (max-width: 767px) {
.subscribe-form button {
position: relative;
width:100px;
width:100%;
padding-top: 0;
padding-bottom: 0;
padding-left: 13px;
height: 50px;
border-radius: 8px;
}
}
Expand Down

0 comments on commit 9cb04f0

Please sign in to comment.