github.com/e154/smart-home@v0.17.2-0.20240311175135-e530a6e5cd45/doc/themes/docsy/static/css/shortcodes/cards-pane.css (about)

     1  .card-deck {
     2    max-width: 83%;
     3  }
     4  
     5  .card {
     6    max-width: 80%;
     7  }
     8  
     9  .card-body.code {
    10    background-color: #f8f9fa;
    11    padding: 0 0 0 1ex;
    12  }
    13  
    14  .card-body pre {
    15    margin: 0;
    16    padding: 0 1rem 1rem 1rem;
    17  }
    18  
    19  .card .highlight {
    20    border: none;
    21  }