Skip to content

Commit

Permalink
Merge pull request #443 from portagenetwork/yashu-rebranding-331
Browse files Browse the repository at this point in the history
adjusting the margins for the header to reduce the space #trivial #331 #444
  • Loading branch information
200455939-yashu authored Sep 15, 2023
2 parents 0981238 + 7ca7355 commit 47189da
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

### Fixed

- Fixed issue with the space between browser top and headers [#444](https://github.com/portagenetwork/roadmap/issues/444)

- Users can now download public templates without being logged in [#335](https://github.com/portagenetwork/roadmap/issues/335)

- Fixed equality checks in application_helper.rb [#355](https://github.com/portagenetwork/roadmap/issues/355)
Expand Down
10 changes: 8 additions & 2 deletions app/assets/stylesheets/rebranding.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,16 @@ navigation
//_logos.scss
.app-logo{
height: 200px;
margin-top: 2.6em;
margin-top: 0.6em;
// padding: 0;
}


//overriding the row margins to the zero. needs to addressed while refractoring css
.row{
margin: 0px !important;
}

.navbar-nav{
margin-left: 2.5em;
}
Expand All @@ -68,7 +74,7 @@ navigation

//_template_filter.scss
font-size: 1.2rem;
margin: 3.2em 0.5em; //fit the internal padding of the new logo, and make the font align with the horizontal center of the logo
margin: 0.5em 0em 3.2em 0.5em; //fit the internal padding of the new logo, and make the font align with the horizontal center of the logo
&:focus,
&:hover{
color: $color-alliance-darker-yellow;
Expand Down

0 comments on commit 47189da

Please sign in to comment.