Skip to content
This repository has been archived by the owner on May 18, 2023. It is now read-only.

Commit

Permalink
fix docs on mobile and add support section
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Lohr committed Aug 1, 2019
1 parent 59e6600 commit 1e175e1
Show file tree
Hide file tree
Showing 5 changed files with 261 additions and 251 deletions.
2 changes: 1 addition & 1 deletion src/main/content/_assets/css/commonConfigFeature.css
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ html, body, main {
padding-top: 0px;
}

#config_content, #feature_content, #command_content, #general_content {
#config_content, #feature_content, #command_content {
display: none;
}

Expand Down
18 changes: 14 additions & 4 deletions src/main/content/_assets/css/home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,20 @@ $color-kabanero:#C43804;
padding-top: 3em;
}

.support_block{
background-color: #f3f5f7;
padding-bottom: 7em;
padding-top: 3em;
}

.cpa_link{
font-weight: bold;
}

.description_text_block{
margin-top: 20px;
}

.video_description{
padding: 50px 0 0 50px;
}
Expand Down Expand Up @@ -220,10 +234,6 @@ $color-kabanero:#C43804;
padding: 15px 15px 30px 15px;
}

#featured_models_title{
margin-bottom:20px;
}

.sectionTitle{
font-family: 'IBM Plex Sans';
font-weight: 400;
Expand Down
2 changes: 1 addition & 1 deletion src/main/content/docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- docs
permalink: /docs/
---
<div class="container">
<div id="intro_content" class="container">
<div class="row">
<div class="col centered">
<h1>Kabanero Docs</h1>
Expand Down
20 changes: 0 additions & 20 deletions src/main/content/general-references.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,6 @@
js: general-references
permalink: /docs/ref/general/
---
<!-----------------------------------------------------------------------------
-
- Copyright 2019 IBM Corporation and others.
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-
------------------------------------------------------------------------------>

<!-- Build list of general reference pages -->

{% assign generalDocs = site.pages | where: 'layout', 'general-reference' | where: 'type', 'general' | sort: 'title' %}

<div id="background_container">
Expand Down
Loading

0 comments on commit 1e175e1

Please sign in to comment.