diff options
| author | HumairAK <humair88@hotmail.com> | 2016-07-13 08:10:58 +0000 |
|---|---|---|
| committer | HumairAK <humair88@hotmail.com> | 2016-07-13 08:10:58 +0000 |
| commit | 8e52b58efedda826184280abbd9cf2c477fecde2 (patch) | |
| tree | ed9546fc1fb4ad8889b021edb412d54ec7f21065 /assets/css/style.css | |
| parent | 34f2139f567fb065dce41ff289588066188df096 (diff) | |
| parent | 3408c09a9ad73895bff43d26f348d720314a2ce0 (diff) | |
Merge branch 'master' of https://github.com/HumairAK/solutions_repo
Diffstat (limited to 'assets/css/style.css')
| -rw-r--r-- | assets/css/style.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/assets/css/style.css b/assets/css/style.css index c959139..35eb354 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -13,8 +13,8 @@ ul { list-style-type: none; } -a { - text-decoration: none; +a, a:hover { + text-decoration: none!important; } h1{ @@ -280,7 +280,6 @@ section.solutions-card{ width: 95%; margin-left: 2.5%; margin-bottom: 2%; - cursor: pointer; padding-bottom: 5px; } |
