Skip to content
Snippets Groups Projects
Commit 336077da authored by Hakim El Hattab's avatar Hakim El Hattab
Browse files

indentation tweak #417

parent 38577cce
No related branches found
No related tags found
No related merge requests found
......@@ -127,7 +127,7 @@ body {
.reveal .slides section .fragment.zoom-in {
opacity: 0;
-webkit-transform: scale( 0.1 );
-moz-transform: scale( 0.1 );
-ms-transform: scale( 0.1 );
......@@ -137,12 +137,12 @@ body {
.reveal .slides section .fragment.zoom-in.visible {
opacity: 1;
-webkit-transform: scale( 1 );
-moz-transform: scale( 1 );
-ms-transform: scale( 1 );
-o-transform: scale( 1 );
transform: scale( 1 );
transform: scale( 1 );
}
.reveal .slides section .fragment.roll-in {
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment