mirror of
https://github.com/ysoftdevs/terraform-provider-bitbucketserver.git
synced 2026-03-21 17:09:05 +01:00
Added initial docs page skeleton
This commit is contained in:
26
docusaurus/website/static/css/custom.css
Executable file
26
docusaurus/website/static/css/custom.css
Executable file
@@ -0,0 +1,26 @@
|
||||
/* your custom css */
|
||||
|
||||
@media only screen and (min-device-width: 360px) and (max-device-width: 736px) {
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 1024px) {
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 1023px) {
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 1400px) {
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 1500px) {
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 1024px) {
|
||||
.separateOnPageNav .docsNavContainer {
|
||||
flex: 0 0 300px;
|
||||
}
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: "Lato", "sans-serif";
|
||||
}
|
||||
Reference in New Issue
Block a user