Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

images.scss 552 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
  1. .procedural-image-wrapper {
  2. display: block;
  3. padding: 10px 0;
  4. margin: 20px auto 0 auto;
  5. border: none;
  6. max-width: calc(100% - 32px);
  7. }
  8. .procedural-image-wrapper img {
  9. border-radius: 5px;
  10. border: 2px solid var(--color-auto-gray-2);
  11. width: auto;
  12. height: auto;
  13. max-height: 500px;
  14. padding: 0;
  15. }
  16. // make sure images that contain emoji render at the expected size
  17. img[src*="https://github.githubassets.com/images/icons/emoji"] {
  18. height: 20;
  19. width: 20;
  20. align: absmiddle;
  21. }
  22. .markdown-body img {
  23. max-height: 500px;
  24. padding: 0;
  25. }
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...