docs: images added in documentation

This commit is contained in:
Aline
2020-01-14 10:48:34 +01:00
parent 6b2a890689
commit e21fae1530
9 changed files with 58 additions and 51 deletions

View File

@@ -341,3 +341,17 @@ p {
html {
scroll-padding-top: 70px; /* height of sticky header */
}
img[src*="/gitbook/assets/pybytes/lora/screenshots"]{
margin-top: 20px;
margin-left: 15px;
box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}
img[src="/gitbook/assets/pybytes/lora/chirpstack_logo.png"]{
width: 200px;
}
img[src="/gitbook/assets/pybytes/lora/ttn_logo.svg"]{
width: 130px;
}