Skip to content

Commit

Permalink
docs: update styling
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianaCeric committed Sep 15, 2023
1 parent a888b69 commit f90427a
Showing 1 changed file with 25 additions and 8 deletions.
33 changes: 25 additions & 8 deletions docs/style.css
Original file line number Diff line number Diff line change
@@ -1,19 +1,36 @@
img[alt=screenshot] { width: 100%; }
body {
font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
color: #015f97;
font-family: Arial, Helvetica, sans-serif;
}

.img-center {
margin-left: auto;
margin-right: auto;
width: 300px;
}

/* Make all images responsive */
img {
display: block;
margin: auto;
}

img[alt=screenshot] {
width: 100%;
}

/* Center all iframes */
iframe {
display: block;
margin: 12px auto;
}
/*Ignore first heading in page in TOC list*/

/* Ignore the first heading in the page in TOC list */
li.toctree-l3:first-child {
display: none;
display: none;
}

.img-center {
width: 300px;
margin-left: auto;
margin-right: auto;
}

0 comments on commit f90427a

Please sign in to comment.