Minor CSS tweaks for intro workshop

This commit is contained in:
Jérôme Petazzoni
2017-10-29 19:52:20 -07:00
parent 7262effec4
commit 4747860226

View File

@@ -89,12 +89,15 @@ img {
max-width: 100%;
max-height: 550px;
}
.small img {
max-height: 250px;
}
.title {
vertical-align: middle;
text-align: center;
}
.title h1 { font-size: 5em; }
.title h1 { font-size: 3em; font-family: unset;}
.title p { font-size: 3em; }
.nav {