Commit 5cf59019 by Brian Jacobel

Fix sharing icons on certificate page at narrower resolutions

parent 30051a9e
......@@ -80,7 +80,10 @@
margin-bottom: spacing-vertical(small);
}
.message-actions .action {
.message-actions {
@include span(12);
.action {
display: block;
width: 100%;
margin: 0 auto spacing-vertical(small) auto;
......@@ -104,6 +107,7 @@
@media(min-width: $bp-screen-md) {
display: inline-block;
vertical-align: middle;
min-width: 130px;
width: auto;
margin-bottom: 0;
margin-right: spacing-horizontal(mid-small);
......@@ -114,6 +118,7 @@
}
}
}
}
}
// app footer
......
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