Advertisement
indikatordesign

ENSC - Tweaks

Jan 26th, 2017
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.80 KB | None | 0 0
  1. /* All Mobile Sizes (devices and browser) ***************************************/
  2.   @media only screen and (max-width: 767px) {
  3.  
  4.     .avia-section.nested .post-entry,
  5.     .avia-section.nested .tab_content,
  6.     .avia-section.nested .toggle_content,
  7.     .avia-section.nested .avia-testimonial { padding: 30px !important; }
  8.  
  9.     .pricing-table li.avia-pricing-row { font-size: 8vw; }
  10.  
  11. }
  12.  
  13.  
  14. /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) ***************************************/
  15.   @media only screen and (max-width: 479px) {
  16.  
  17.     .avia-section.nested .post-entry,
  18.     .avia-section.nested .tab_content,
  19.     .avia-section.nested .toggle_content,
  20.     .avia-section.nested .avia-testimonial { padding: 20px !important; }
  21.  
  22.     .avia_ajax_form .form_element_fourth { width: 100%; }
  23.  
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement