12345678910111213141516171819202122232425262728293031323334353637383940 |
- /*
- To change this license header, choose License Headers in Project Properties.
- To change this template file, choose Tools | Templates
- and open the template in the editor.
- */
- /*
- Created on : 26/03/2020, 06:44:41 PM
- Author : Ale
- */
- .fac{
- font-family: 'indivisa-text';
- color: #969696;
- font-size: 1.25rem;
- }
- .content{
- height: 700px;
- background: url('../img/Ing4-BN.png') no-repeat;
- object-fit: fit;
- }
- .logSize{
- width: 50% !important;
- max-width: 600px;
- }
- .icon{
- font-size:2rem;
- color: #001D68;
- }
- @media (max-width: 768px){
- .content{
- height: 400px;
- }
- .logSize{
- width: 90% !important;
- }
- }
- @media (max-height: 768px){
- .content{
- height: 500px;
- }
- }
|