Show full page footer in mobile view
This commit is contained in:
@@ -29,8 +29,7 @@
|
||||
text-align: center;
|
||||
padding: 0 8px 32px;
|
||||
|
||||
@include mq($from: mobile) {
|
||||
width: percentage(1/3);
|
||||
&--align-left {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<div class="page-footer__inner">
|
||||
<v:menu pageUid="{settings.footerNavPid}" levels="3" expandAll="1" useShortcutUid="1">
|
||||
<f:for each="{menu}" as="topItem">
|
||||
<div class="page-footer__column page-footer__column--hide-mobile">
|
||||
<div class="page-footer__column page-footer__column--align-left">
|
||||
<h3 class="page-footer__column__title"><a class="page-footer__link" href="{topItem.link}"
|
||||
title="{topItem.title}">{topItem.title}</a></h3>
|
||||
<ul class="plain-list">
|
||||
|
||||
Reference in New Issue
Block a user