Commit 0cdc6150 authored by Ben Hayward's avatar Ben Hayward

added in wrapping for buttons on mobile #1356

1 merge request!403[Sprint/HipsterHedgehog](bug) added in wrapping for blog buttons on mobile #1356
Pipeline #69049894 running with stages
......@@ -61,7 +61,7 @@
</div>
<!-- Additional block -->
<div class="mdl-cell mdl-cell--12-col m-additional-block mdl-color-text--blue-grey-200">
<div class="m-blog--footer mdl-cell mdl-cell--12-col m-additional-block mdl-color-text--blue-grey-200">
<div class="m-license-info">
<i class="material-icons">public</i>
......
......@@ -8,4 +8,8 @@
max-width: 100%;
margin: 0;
}
.m-blog--footer {
flex-wrap: wrap;
justify-content: center;
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment