Skip to content

Commit

Permalink
noscript fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sih44 committed Apr 1, 2017
1 parent 8994202 commit 3cd4c8e
Showing 2 changed files with 0 additions and 346 deletions.
342 changes: 0 additions & 342 deletions app.css

This file was deleted.

4 changes: 0 additions & 4 deletions css/app.css
Original file line number Diff line number Diff line change
@@ -185,7 +185,6 @@ a:hover {
padding: 8rem 0 4rem;
color: white;
text-align: center;
visibility: hidden;
-webkit-transform: translateY(-50px);
transform: translateY(-50px);
opacity: 0;
@@ -199,7 +198,6 @@ a:hover {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
visibility: visible;
}

.hero-heading {
@@ -268,7 +266,6 @@ section .btn:focus {
}

main .container-fluid {
visibility: hidden;
background-color: white;
max-width: 980px;
padding: 2rem 1.25rem;
@@ -280,7 +277,6 @@ main .container-fluid {

main .container-fluid.enter {
opacity: 1;
visibility: visible;
}

.table-wrapper {

0 comments on commit 3cd4c8e

Please sign in to comment.