est-ensemble: adjust header logo position (#77828)
gitea/publik-base-theme/pipeline/head This commit looks good Details

This commit is contained in:
Serghei Mihai 2023-05-30 12:07:05 +02:00
parent 3a75810d6b
commit e6afbc3e43
1 changed files with 10 additions and 0 deletions

View File

@ -8,6 +8,16 @@ body {
}
}
#header {
display: flex;
align-items: center;
@media ($min-desktop-viewport) {
h1.has-logo {
margin-left: 20px;
}
}
}
div#main-content-wrapper {
@media ($max-mobile-viewport) {
margin-top: 5px;