1
0
mirror of https://github.com/bitwarden/help synced 2026-02-24 16:43:06 +00:00

stub out knowledgebase functionality using jekyll

This commit is contained in:
Kyle Spearrin
2016-10-08 00:24:45 -04:00
parent aa2a2c8fc9
commit b6b372c9ce
9 changed files with 213 additions and 0 deletions

26
css/styles.scss Normal file
View File

@@ -0,0 +1,26 @@
---
---
html {
position: relative;
min-height: 100%;
}
body {
margin-bottom: 60px;
padding-top: 51px;
}
.search-header {
background: lightblue;
padding: 50px 0;
margin-bottom: 20px;
}
footer {
position: absolute;
bottom: 0;
width: 100%;
height: 60px;
background-color: #black;
}