Skip to content

Commit

Permalink
Merge pull request #497 from DevGajjar28/mas
Browse files Browse the repository at this point in the history
Fixed the issue #496
  • Loading branch information
piyushg-07 authored Jun 13, 2024
2 parents 6800dfa + 69aab25 commit 5212bf0
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 3 deletions.
59 changes: 59 additions & 0 deletions css/desktop_9.css
Original file line number Diff line number Diff line change
Expand Up @@ -441,3 +441,62 @@ nav {
.icon:hover{
border-bottom: 2px solid rgb(255, 255, 255);
}
@media (max-width: 768px) {
.footer {
flex-direction: column;
padding-left: 20px;
padding-right: 20px;
height: auto;
}

.newsletter form input, .newsletter form button {
width: 100%;
margin-bottom: 10px;
height: 40px;
}
.footer_titles {
text-align: center;
}


.icons {
width: 100%;
justify-content: center;
flex-direction: row;
display: flex;
gap: 1rem;
align-items: center;
}

.video {
margin-left: 0;
width: 100%;
height: auto;
}
}

@media (max-width: 480px) {
.footer_titles {
font-size: 12px;
text-align: center;
}

.newsletter form input, .newsletter form button {
height: 35px;
}

.footer a .mail {
font-size: 16px;
}

.icons {
flex-direction: row;
display: flex;
gap: 1rem;
align-items: center;
}

.icons a {
margin-bottom: 10px;
}
}
6 changes: 3 additions & 3 deletions css/navbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ body{
}

.date{
display: flex;
/* display: flex; */
justify-content: center;
align-items: center;
cursor: pointer;
Expand All @@ -361,8 +361,8 @@ body{
font-weight: 500;
border-radius: 50%;
transition: 0.2s;
height:30px;
width:30px;
height:20px;
width:50px;
}

.date:hover,
Expand Down

0 comments on commit 5212bf0

Please sign in to comment.