mirror of
https://github.com/ysoftdevs/terraform-provider-bitbucketserver.git
synced 2026-02-24 11:34:52 +01:00
26 lines
468 B
CSS
Executable File
26 lines
468 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) {
|
|
}
|
|
|
|
@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";
|
|
} |