mirror of
https://github.com/kerberos-io/documentation.git
synced 2026-08-23 15:18:31 +00:00
ignore whole .docz folder + copied styles for main layout
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,3 +1,3 @@
|
||||
node_modules
|
||||
.DS_Store
|
||||
.docz/.cache/
|
||||
.docz/
|
||||
19
src/gatsby-theme-docz/components/Layout/styles.js
Normal file
19
src/gatsby-theme-docz/components/Layout/styles.js
Normal file
@@ -0,0 +1,19 @@
|
||||
import { media } from '~theme/breakpoints'
|
||||
|
||||
export const main = {
|
||||
display: 'flex',
|
||||
flexDirection: 'column',
|
||||
minHeight: '100vh',
|
||||
}
|
||||
|
||||
export const wrapper = {
|
||||
py: 0,
|
||||
flex: 1,
|
||||
display: 'grid',
|
||||
gridTemplateColumns: '250px 1fr',
|
||||
minHeight: '100vh',
|
||||
[media.tablet]: {
|
||||
display: 'block',
|
||||
},
|
||||
fontFamily: 'Inter var,sans-serif',
|
||||
}
|
||||
Reference in New Issue
Block a user