﻿/*rozdíly pro layout oproti layout_common.css*/
@media (max-width: 768px) {
    .navbar{
        display: none;
    }
    .hamburger_icon-div {        
        float: right;
        margin-top: 20px 
    }
    .menu-icon {
        width: inherit;
    }  
}
@media (max-width: 400px) {
   .app-name {
        float:left;
    }
    .hamburger_icon-div {
        margin-top: 0px;
    }
    header {
        min-height: inherit;
    }
}
.header-ul {
    margin-top: 35px;
}
/*konec rozdíly pro layout oproti layout_common.css*/