/*
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 : Feb 10, 2022, 10:45:01
    Author     : Tadej Ferk
*/


@media screen and (max-width: 768px){
    h1 {
        padding:0;
        font-size: 32px;
    }
}


@media only screen and (max-width: 992px) and (min-width: 768px)  {
    
}