Add fullscreen end images

This commit is contained in:
Jerome Petazzoni
2019-10-21 18:35:15 -05:00
parent fe6e0e774f
commit cc91063eb8
2 changed files with 23 additions and 0 deletions

View File

@@ -9,3 +9,15 @@ class: title, in-person
That's all, folks! <br/> Questions?
![end](images/end.jpg)
---
class: fullpic
![](https://2019-ardan-images.netlify.com/2019-ardan-1.jpg)
---
class: fullpic
![](https://2019-ardan-images.netlify.com/2019-ardan-2.jpg)

View File

@@ -112,6 +112,17 @@ div.pic img {
max-width: 1210px;
max-height: 550px;
}
div.fullpic p {
margin: 0;
}
div.fullpic {
padding: 0;
}
div.fullpic img {
margin: auto;
max-width: 100%;
max-height: 100%;
}
div.pic h1, div.pic h2, div.title h1, div.title h2 {
text-align: center;
}