mainlogo css
This commit is contained in:
parent
2e83b32611
commit
e3eec05078
|
@ -396,7 +396,6 @@ img.jc-logo {
|
||||||
width: 195px;
|
width: 195px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
li.current-menu-item {
|
li.current-menu-item {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
text-decoration-color: white;
|
text-decoration-color: white;
|
||||||
|
@ -412,9 +411,7 @@ ul#menu-head {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
section.headlogo {
|
|
||||||
display: inline-block
|
|
||||||
}
|
|
||||||
|
|
||||||
section.headlogo img{
|
section.headlogo img{
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
|
@ -423,7 +420,28 @@ section.headlogo img{
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
section.headmenu {
|
section.headsearch {
|
||||||
display: inline-block;
|
|
||||||
|
|
||||||
|
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;
|
||||||
}
|
}
|
Loading…
Reference in New Issue