Former-commit-id: 992a763c56045ad7311be17201b172764f079baa
This commit is contained in:
Henrique Dias
2017-02-03 11:59:54 +00:00
parent f166697ef5
commit 1c36d0d511
3 changed files with 26 additions and 18 deletions

View File

@@ -72,6 +72,11 @@ i.spin {
animation: 1s spin linear infinite;
}
.pdf {
width: 100%;
height: calc(100vh - 13em);
}
/* * * * * * * * * * * * * * * *
* EDITOR *
@@ -1200,4 +1205,4 @@ footer a:hover {
-webkit-transform: rotate(-360deg);
transform: rotate(-360deg);
}
}
}