presentation sync

Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
2019-01-12 14:06:22 +08:00
parent b89e41b8a3
commit 04e6f723d1
8 changed files with 33 additions and 21 deletions

View File

@ -39,6 +39,11 @@ body {
align-items: flex-end;
}
.reveal .footer .url {
position: absolute;
margin-bottom: 30px;
}
.reveal .footer .theme {
padding-right: 80px;
}
@ -47,6 +52,12 @@ body {
padding-right: 80px;
}
@media only screen and (max-width:800px) {
.reveal .footer .url {
display: none;
}
}
@media only screen and (max-width:550px) {
.reveal .footer {
background-image: none;