mainlogo css

This commit is contained in:
ed barz 2023-03-26 20:34:20 +02:00
parent 2e83b32611
commit e3eec05078
1 changed files with 24 additions and 6 deletions

View File

@ -396,7 +396,6 @@ img.jc-logo {
width: 195px;
}
li.current-menu-item {
text-decoration: underline;
text-decoration-color: white;
@ -412,9 +411,7 @@ ul#menu-head {
text-align: right;
}
section.headlogo {
display: inline-block
}
section.headlogo img{
margin-top: 20px;
@ -423,7 +420,28 @@ section.headlogo img{
width: auto;
}
section.headmenu {
display: inline-block;
section.headsearch {
width: 200px;
}
header#masthead {
display: flex;
}
section.headlogo {
margin-right: auto;
}
section.headmenu {
margin-top: 50px;
margin-left: auto;
}
section.headsearch {
margin-top: 45px;
margin-left: 10px;
margin-right: 20px;
}