mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-04-14 23:32:21 -06:00
14 lines
165 B
CSS
14 lines
165 B
CSS
.a {
|
|
-moz-transform: scale(.9999);
|
|
transform: scale(.9999);
|
|
}
|
|
|
|
.b {
|
|
-moz-transform: scale(.9999);
|
|
}
|
|
|
|
.c {
|
|
transform: scale(1);
|
|
-moz-transform: scale(2);
|
|
}
|