Commit 5cf59019 by Brian Jacobel

Fix sharing icons on certificate page at narrower resolutions

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