Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion assets/scss/_footer_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
flex-direction: column;
align-items: center;
justify-content: center;
margin: -12px;
margin: 0;
font-family: $font-qanelas;

@media (min-width: $site-max-width) {
Expand Down
8 changes: 7 additions & 1 deletion assets/scss/_navbar_project.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
.navbar-brand {
width: 280.06px;
max-width: 280.06px;
width: 100%;
height: auto;

img {
max-width: 100%;
height: auto;
}
}
Comment thread
PARTH-TUSSLE marked this conversation as resolved.

.nav-item {
Expand Down
6 changes: 5 additions & 1 deletion assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,14 @@

.navbar-dark {
min-height: 5rem;
padding: 0 5rem;
padding: 0 1rem;
border-bottom: 1px solid #333;
background-color: $dark !important;

@include media-breakpoint-up(md) {
padding: 0 5rem;
}

.dropdown-menu {
background-color: $dark;
box-shadow: 0px 4px 20px 0px rgba(0, 211, 169, 0.2);
Expand Down
Loading