mirror of
https://github.com/ysoftdevs/terraform-provider-bitbucketserver.git
synced 2026-01-16 16:47:21 +01:00
39 lines
786 B
CSS
Executable File
39 lines
786 B
CSS
Executable File
/* 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) {
|
|
.separateOnPageNav .wrapper, .separateOnPageNav .headerWrapper.wrapper {
|
|
max-width: 1600px;
|
|
}
|
|
}
|
|
|
|
@media only screen and (min-width: 1500px) {
|
|
}
|
|
|
|
@media only screen and (min-width: 1700px) {
|
|
.separateOnPageNav .wrapper, .separateOnPageNav .headerWrapper.wrapper {
|
|
max-width: 1800px;
|
|
}
|
|
}
|
|
|
|
@media only screen and (min-width: 1024px) {
|
|
.separateOnPageNav .docsNavContainer {
|
|
flex: 0 0 300px;
|
|
}
|
|
}
|
|
|
|
body {
|
|
font-family: "Lato", "sans-serif";
|
|
}
|
|
|
|
.toc .toggleNav ul li a {
|
|
font-size: 13px;
|
|
} |