17 lines
232 B
CSS
17 lines
232 B
CSS
|
/* MARIO */
|
||
|
.reveal .comment {
|
||
|
position: absolute;
|
||
|
margin: auto;
|
||
|
right: auto;
|
||
|
bottom: auto;
|
||
|
width: auto;
|
||
|
height: auto;
|
||
|
}
|
||
|
|
||
|
.reveal footer {
|
||
|
position: absolute;
|
||
|
display: block;
|
||
|
overflow: visible;
|
||
|
margin: auto;
|
||
|
}
|