/* Custom styles for EM3DESIGN TimeTracker */

div#em3-logo img {
    height: 100px;
    margin-top: 14px;
    transform: translateX(-7px);
}

/* --- Media Queries for Responsive Design --- */

/* Small devices (phones, 640px and up) */
@media (min-width: 640px) {
    /* Add sm styles here */
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    /* Add md styles here */
}

/* Large devices (desktops, 1024px and up) */
@media (min-width: 1024px) {
    /* Add lg styles here */
}

/* Extra large devices (large desktops, 1280px and up) */
@media (min-width: 1280px) {
    /* Add xl styles here */
}

/* 2x Extra large devices (larger desktops, 1536px and up) */
@media (min-width: 1536px) {
    /* Add 2xl styles here */
}
