/*
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 : May 29, 2021, 5:54:35 PM
    Author     : seba
*/

.games-grid {
    margin-top: 2%;
}
.games-grid .row{
    margin-bottom: 1.5%;
}
.games-grid .row img{
    height: 180px;
}
@media screen and (max-width: 1199px) {
    .grids-page-header img{
        height: 56px;
    }
    .inicio .games-grid{
        
        padding-top: 30px;
        padding-bottom: 70px;
    }
    .games-grid .row img{
        height: 140px;
    }
    
}
@media screen and (max-width: 600px) {
    .games-grid .row{
        margin-left: 0;
        margin-right: 0;
    }
    
}