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:
26
css/styles.scss
Normal file
26
css/styles.scss
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user