Advertisement
Guest User

Untitled

a guest
May 29th, 2017
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. #mainnav{
  2. margin-top: 7px;
  3. }
  4.  
  5. .site-logo
  6. {
  7. margin-top: 10px;
  8. margin-bottom: 10px;
  9. }
  10.  
  11. .wpcf7-form label {
  12. display: block;
  13. }
  14.  
  15. .wpcf7-form label input {
  16. width: 100% !important;
  17. }
  18.  
  19. @media only screen and (max-width:991px) {
  20. #text-2 {
  21. margin-left: 0;
  22. }
  23. }
  24.  
  25. #text-2 {
  26. margin-left: -250px
  27. }
  28.  
  29. input[type="submit"]
  30. {
  31. float: right;
  32. }
  33.  
  34. .site-info.container
  35. {
  36. display: none;
  37. }
  38.  
  39. .widget-wrap {
  40. background-color: #1c1c1c;
  41. }
  42. .site-footer {
  43. display: none;
  44. }
  45.  
  46. .more-button {
  47. margin-bottom: -30px;
  48. }
  49.  
  50. .roll-icon-box {
  51. margin-bottom: 40px;
  52. }
  53.  
  54. .preloader .pre-bounce1, .preloader .pre-bounce2 {
  55. display: none;
  56. }
  57. .preloader .spinner {
  58. display: none;
  59. }
  60.  
  61. .roll-testimonials .whisper {
  62. font-size: 16px;
  63. }
  64.  
  65. @media only screen and (max-width: 479px) {
  66.  
  67. .roll-project.fullwidth .project-item {
  68. width: 50%;
  69. }
  70. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement