Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. .testimonial > p{
  2. min-height: 176px;
  3. }
  4. .issues-list-wrap:after{
  5. position: absolute;
  6. content: "";
  7. background: linear-gradient(to bottom, rgba(26,144,187,0) 0%,rgba(54,118,145,1) 60%,rgba(72,100,117,0.6) 100%);
  8. bottom: 0;
  9. left: 0;
  10. right: 0;
  11. top: 40%;
  12. }
  13. .issues-list-wrap button{
  14. z-index: 100;
  15. }
  16. @media (min-width: 768px){
  17. .form-inline .form-control {
  18. width: calc(100% - 92px);
  19. }
  20. .analyze-wrap{
  21. width: 100%;
  22. overflow: hidden;
  23. height: auto;
  24. }
  25. .analyze-wrap .wrap-title {
  26. width: 320px;
  27. }
  28. .analyze-wrap .wrap-form{
  29. width: calc(100% - 320px);
  30. }
  31. .analyze-wrap form button {
  32. width: 79px;
  33. }
  34. .free-trial-wrap{
  35. padding-bottom: 71px;
  36. }
  37. }
  38. @media (max-width: 767px){
  39. .row.free-tools-container{
  40. margin-left: 15px;
  41. margin-right: 15px;
  42. }
  43. .row.mb50{
  44. margin-bottom: 0 !important;
  45. }
  46. .section-features {
  47. margin: 20px 0;
  48. }
  49. h3.section-header {
  50. margin-top: 0;
  51. }
  52. .feature-image-right {
  53. margin-top: 75px;
  54. }
  55. }
  56. @media (max-width: 425px){
  57. .free-trial-wrap h1{
  58. font-size: 20px;
  59. }
  60. .audit-tool-wrap h2,
  61. .testimonial.first > p{
  62. font-size: 20px;
  63. }
  64. .who-for-wrap h2,
  65. .testimonials-wrap h2 {
  66. font-size: 28px;
  67. }
  68. .try-now-wrap h2{
  69. font-size: 20px;
  70. line-height: 30px;
  71. }
  72. .pricing h1{
  73. font-size: 35px;
  74. }
  75. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement