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