@ -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;
|
||||
|
Reference in New Issue
Block a user