Skip to content

Commit

Permalink
Updated size in desktop view
Browse files Browse the repository at this point in the history
Signed-off-by: Nikhil <[email protected]>
  • Loading branch information
NikhilSharma03 committed Jun 16, 2021
1 parent 764556b commit c04705d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions docs/_sass/footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
li {
list-style: none;
margin: 5px auto;
font-size: 0.9rem;

@media #{$tablet} {
max-width: 225px;
Expand Down Expand Up @@ -323,9 +324,23 @@ footer {
flex-direction: column;
}
}

@media (min-width: 576px) {
.foot-container {
max-width: 650px !important;
}
}

@media (min-width: 769px) {
.custom-nav-container {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
}
.footer-social-links li a svg {
width: 27px !important;
height: 27px !important;
}
.foot-container {
max-width: 800px !important;
}
}
4 changes: 2 additions & 2 deletions docs/_sass/getnighthawk.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5926,8 +5926,8 @@ margin: 0;
vertical-align: middle;
position: relative;
top: -2px;
width: 22px;
height: 22px;
width: 28px;
height: 28px;
}

&:hover svg {
Expand Down

0 comments on commit c04705d

Please sign in to comment.