Advertisement
pickarooney

Responsive

May 1st, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.92 KB | None | 0 0
  1. /* Landscape phones and smaller */
  2. @media (max-width: 479px) {
  3.     html {
  4.         font-size: 65%;
  5.     }
  6.     .btn-md {
  7.         padding: 10px 10px 10px 0px;
  8.     }
  9.     .about_skill_area .about_tabe .about_tabe_menu li a {
  10.         width: 75px;
  11.     }
  12.    
  13.     .service .nav-tabs>li>a{
  14.         width: 75px;
  15.         height: 30px;
  16.         font-size: 50%;
  17.     }
  18.  
  19.     .service_tabe_menu.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus{
  20.         width: 75px;
  21.         height: 30px;
  22.         font-size: 50%;
  23.     }
  24.  
  25.  
  26.     .service .tab-content{
  27.         margin-top:20px;
  28.     }
  29.    
  30.     .separator2 {
  31.         height: 1px;
  32.         width:23%;
  33.         margin: 10px 0px;
  34.         background: #eeeeee;
  35.        position: relative;
  36.     }
  37.    
  38.    .separator2:after {
  39.       position: absolute;
  40.       left:0;
  41.       bottom:0;
  42.       height: 2px;
  43.       width: 40px;
  44.       background: #854996;
  45.       content:"";
  46.     }
  47.    
  48.  
  49. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement