Skip to content

Commit

Permalink
removed corrupt css
Browse files Browse the repository at this point in the history
  • Loading branch information
prikril committed Jan 20, 2017
1 parent 66e9a60 commit ae60406
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
.quiz {
width:90%;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
margin:auto;

max-width:100%;
Expand Down
6 changes: 0 additions & 6 deletions client/imports/app/quizMaster/manage/manage.component.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
.quiz {
width:90%;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
margin:auto;

max-width:100%;
Expand All @@ -26,11 +23,8 @@
}
.results {
width:90%;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
margin:auto;

max-width:100%;
Expand Down

0 comments on commit ae60406

Please sign in to comment.