@media (max-width: 768px) {
    .module h2, .module caption {
        font-size: 1.5em;
    }

    .submit-row input {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .module h2, .module caption {
        font-size: 1.2em;
    }

    .submit-row input {
        width: 100%;
    }
}

#content-related, #content h1, #dashboard-panel, .ui-sortable-handle .close-icon, #site-name h1 {
    display: none !important;
}

.dashboard #content{
    width: 90%;
}

#site-name {
    display: flex;
    margin-left: 20px;
}

#site-name h1 {
    margin-left: 10px;
}