/* docs/stylesheets/extra.css */

.md-grid {
  max-width: 95%; /* Możesz wpisać np. 1600px, jeśli wolisz stałą szerokość */
}


.doc-function
{
  background-color: #151925;
  border-radius: 10px;
  padding: 2px 20px;
  margin-top: 40px;
}

.doc-function h3
{
  margin-top: 10px;
}


.doc-function-name
{
  font-size: 1.4em;
}


.doc-class
{
  background-color: #39446444;
  border-radius: 10px;
  padding: 2px 20px;
  margin-top: 80px;
  padding-bottom: 20px;
}

.doc-class h2
{
  font-weight: 900;
  margin-top: 10px;
  font-size: 2.0em;
}


