mirror of
https://github.com/skoelle/moonweb-www.git
synced 2026-09-18 02:00:24 +00:00
header finished
This commit is contained in:
@@ -15,8 +15,8 @@
|
|||||||
<div class="mobile-header">
|
<div class="mobile-header">
|
||||||
<img src="/assets/images/logomobile.gif" alt="M O O N W E B" class="mobile-logo">
|
<img src="/assets/images/logomobile.gif" alt="M O O N W E B" class="mobile-logo">
|
||||||
<div class="mobile-nav-row">
|
<div class="mobile-nav-row">
|
||||||
{% include "nav.njk" %}
|
|
||||||
<img src="/assets/pageImage/{{ section }}.jpg" alt="{{ section }}" border="0" class="mobile-pageimage">
|
<img src="/assets/pageImage/{{ section }}.jpg" alt="{{ section }}" border="0" class="mobile-pageimage">
|
||||||
|
{% include "nav.njk" %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -100,6 +100,7 @@ strong { color:#BBCCEE; background-color:#334444; font-weight:normal;}
|
|||||||
.mobile-nav-row {
|
.mobile-nav-row {
|
||||||
display: flex !important;
|
display: flex !important;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
|
padding: 20px;
|
||||||
}
|
}
|
||||||
.mobile-nav-row .mobile-pageimage {
|
.mobile-nav-row .mobile-pageimage {
|
||||||
flex-shrink: 0 !important;
|
flex-shrink: 0 !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user