Skip to content

Commit

Permalink
fix: header and footer fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RahatAli authored and RahatAli committed Dec 10, 2023
1 parent 583c653 commit 683ba12
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
5 changes: 5 additions & 0 deletions paragon/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ footer.footer {
background: transparent;
color: $footer-text-color;

img {
max-width: 155px;
max-height: 63px;
}

.copyright {
font-size: 1.25rem;
font-weight: $font-weight-semi-bold;
Expand Down
8 changes: 7 additions & 1 deletion paragon/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

.user-profile {
border: 1px solid $border-color;
border-radius: $default-radius/2;
border-radius: $default-radius*0.5;
overflow: hidden;
height: 40px;
width: 40px;
Expand Down Expand Up @@ -50,6 +50,12 @@

.course-title-lockup {

span {
@media only screen and (max-width: 600px) {
display: none !important;
}
}

@media only screen and (min-width: 769px) {
padding: .5rem;
}
Expand Down

0 comments on commit 683ba12

Please sign in to comment.