Skip to content

Commit 6167f3e

Browse files
committed
Update logo size and header height to be 70px + Search bar fixes
1 parent 1875e8c commit 6167f3e

File tree

6 files changed

+81
-138
lines changed

6 files changed

+81
-138
lines changed

_assets/javascripts/app.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ $(function(){
136136
$(function(){
137137
$(".toggle-nav").click(function() {
138138
$("#page-search").removeClass("search-visibility");
139+
$("#logo-bar").removeClass("logo-visibility");
139140
$("#page-inner-content").removeClass("move-inner-content");
140141
$("#page-nav").toggleClass("nav-visibility");
141142
});
@@ -145,6 +146,7 @@ $(function(){
145146
$(".show-search").click(function() {
146147
$("#page-nav").removeClass("nav-visibility");
147148
$("#page-search").toggleClass("search-visibility");
149+
$("#logo-bar").toggleClass("logo-visibility");
148150
$("#page-inner-content").toggleClass("move-inner-content");
149151
});
150152
});

_assets/stylesheets/platforms_styles.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
@media (max-width: 1200px) {
3737
#page-article {
3838
padding-left: 0;
39+
padding-right: 0;
3940
}
4041

4142
#page-article article {

0 commit comments

Comments
 (0)