forked from HSWro/hswro_org
Design fixes
This commit is contained in:
parent
80d92ade8f
commit
198e885597
|
|
@ -11,14 +11,6 @@
|
|||
<a href="{{ site.baseurl }}"><img width="{{ site.logo.mobile_footer_width }}" height="{{ site.logo.mobile_footer_height }}" alt="{{ site.title }}" src="{{ site.logo.mobile | relative_url }}" /></a>
|
||||
</div>
|
||||
</h2>
|
||||
<ul>
|
||||
{% assign footermenu = site.data.menus.footer | sort: 'weight' %}
|
||||
{% for item in footermenu %}
|
||||
<li class="{% if item.url == page.url %}active{% endif %}">
|
||||
<a href="{{ item.url | relative_url }}">{{ item.name }}</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
.feature-title {
|
||||
font-width: bold;
|
||||
margin-top: 0;
|
||||
color: $primary;
|
||||
color: darken($primary, 10%);
|
||||
}
|
||||
.feature-content {
|
||||
margin-bottom: 0;
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
.header {
|
||||
color: $primary;
|
||||
background-color: #ffffff;
|
||||
color: #000;
|
||||
background-color: $primary;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
display: inline-block;
|
||||
font-weight: normal;
|
||||
text-decoration: none;
|
||||
color: $primary;
|
||||
color: #000;
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue