pyc-website

main website for pyc inc.

git clone https://9o.is/git/pyc-website.git

jumbotron.less

(727B)


      1 .jumbotron {
      2    * {
      3      font-family: @font-family-sans-serif !important;
      4    }
      5    
      6    .fa, .fa *, .fa-stack, .fa-stack * {
      7    	 font-family: 'FontAwesome' !important;
      8    }
      9    
     10    button {
     11    	@media(min-width: @screen-xs-min) {
     12 		.btn-lg();
     13 	 }
     14    }
     15    
     16    .jumbo {
     17      font-size: @jumbotron-font-size;
     18      
     19      &.bold { font-weight: 400; }
     20      
     21      @media(max-width: @screen-xxs-max) {
     22 		font-size: @jumbotron-font-size / 1.45;
     23 	 }
     24    }
     25    
     26    @media(max-width: @screen-md-max) {
     27 		h1 { font-size: 53px; }
     28 	}
     29    
     30    @media(max-width: @screen-sm-max) {
     31 		h1 { font-size: 45px; }
     32 	}
     33 	
     34 	@media(max-width: @screen-sm-max) {
     35 		h1 { font-size: 35px; }
     36 	}
     37 		
     38 	@media(max-width: @screen-xxs-max) {
     39 		h1 { font-size: 25px; }
     40 	}
     41  }