✏️ Add a bunch of control plane diagrams

This commit is contained in:
Jerome Petazzoni
2021-04-07 16:00:34 +02:00
parent fcfcb127b4
commit 04bc8a9f60
8 changed files with 15315 additions and 0 deletions
+9
View File
@@ -109,8 +109,17 @@ div.pic p {
div.pic img {
display: block;
margin: auto;
/*
"pic" class slides should have a single, full screen picture.
We used to have these attributes below but they prevented
pictures from taking up the whole slide. Replacing them with
100%/100% seems to put the pictures full screen, but I've left
these old attributes here just in case.
max-width: 1210px;
max-height: 550px;
*/
max-width: 100%;
max-height: 100%;
}
div.pic h1, div.pic h2, div.title h1, div.title h2 {
text-align: center;