mirror of
https://github.com/skoelle/moonweb-www.git
synced 2026-09-17 17:50: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 {
|
||||
display: block;
|
||||
width: 100%;
|
||||
width: calc(100% - 40px);
|
||||
max-width: 400px;
|
||||
height: auto;
|
||||
margin: 0;
|
||||
margin: 20px auto 0 auto;
|
||||
border: 1px solid #000;
|
||||
}
|
||||
.mobile-nav-row {
|
||||
display: flex !important;
|
||||
@@ -112,6 +114,7 @@ strong { color:#BBCCEE; background-color:#334444; font-weight:normal;}
|
||||
height: 120px !important;
|
||||
object-fit: cover !important;
|
||||
object-position: top !important;
|
||||
border: 1px solid #000;
|
||||
}
|
||||
.mobile-header .nav-toggle {
|
||||
flex: 1;
|
||||
|
||||
Reference in New Issue
Block a user