File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ under the License.
4242 </ span >
4343 </ a >
4444 < div class ="tocify-wrapper ">
45- <%= image_tag "logo.png" %>
45+ <%= image_tag "logo.png" , class : 'logo' %>
4646 <% if language_tabs . any? %>
4747 < div class ="lang-selector ">
4848 <% language_tabs . each do |lang | %>
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ $lang-select-pressed-text: #fff !default; // color of language tab text when mou
5454/// /////////////////
5555$nav-width : 230px !default ; // width of the navbar
5656$examples-width : 50% !default ; // portion of the screen taken up by code examples
57- $logo-margin : 20 px !default ; // margin between nav items and logo, ignored if search is active
57+ $logo-margin : 0 px !default ; // margin below logo
5858$main-padding : 28px !default ; // padding to left and right of content & examples
5959$nav-padding : 15px !default ; // padding to left and right of navbar
6060$nav-v-padding : 10px !default ; // padding used vertically around search boxes and results
Original file line number Diff line number Diff line change @@ -110,8 +110,8 @@ html, body {
110110 }
111111 }
112112
113- img + .tocify , .lang-selector + .tocify {
114- margin-top : $logo-margin ;
113+ .logo {
114+ margin-bottom : $logo-margin ;
115115 }
116116
117117 .search-results {
You can’t perform that action at this time.
0 commit comments