lca2019: fix up title card
It needed to be transparent. Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
parent
75c490c58b
commit
b89e41b8a3
Binary file not shown.
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 36 KiB |
@ -47,6 +47,30 @@ body {
|
||||
padding-right: 80px;
|
||||
}
|
||||
|
||||
@media only screen and (max-width:550px) {
|
||||
.reveal .footer {
|
||||
background-image: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width:750px) {
|
||||
.reveal .footer .twitter {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width:1050px) {
|
||||
.reveal .footer .theme {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width:1300px) {
|
||||
.reveal .footer .hashtag {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.reveal {
|
||||
font-family: "Space Mono", Helvetica, sans-serif;
|
||||
font-size: 42px;
|
||||
|
Loading…
Reference in New Issue
Block a user