mirror of
https://github.com/skoelle/moonweb-www.git
synced 2026-09-18 02:00:24 +00:00
header final finish
This commit is contained in:
@@ -97,9 +97,11 @@ strong { color:#BBCCEE; background-color:#334444; font-weight:normal;}
|
|||||||
}
|
}
|
||||||
.mobile-logo {
|
.mobile-logo {
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: calc(100% - 40px);
|
||||||
|
max-width: 400px;
|
||||||
height: auto;
|
height: auto;
|
||||||
margin: 0;
|
margin: 20px auto 0 auto;
|
||||||
|
border: 1px solid #000;
|
||||||
}
|
}
|
||||||
.mobile-nav-row {
|
.mobile-nav-row {
|
||||||
display: flex !important;
|
display: flex !important;
|
||||||
@@ -112,6 +114,7 @@ strong { color:#BBCCEE; background-color:#334444; font-weight:normal;}
|
|||||||
height: 120px !important;
|
height: 120px !important;
|
||||||
object-fit: cover !important;
|
object-fit: cover !important;
|
||||||
object-position: top !important;
|
object-position: top !important;
|
||||||
|
border: 1px solid #000;
|
||||||
}
|
}
|
||||||
.mobile-header .nav-toggle {
|
.mobile-header .nav-toggle {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user