Skip to content
Snippets Groups Projects
Commit 2f5e1d0b authored by Ken Hawkins's avatar Ken Hawkins
Browse files

Improve spacing #137

parent a7835ed9
No related branches found
No related tags found
No related merge requests found
......@@ -96,10 +96,10 @@ function ebiFrameworkRunDataProtectionBanner(targetedFrameworkVersion) {
text-decoration: none;
}
.data-protection-banner .medium-8 {
width: 75%; float: left;
width: 75%; margin-left: 1%; float: left;
}
.data-protection-banner .medium-4 {
width: 24%; float: right; text-align: right;
width: 23%; margin-right: 1%; float: right; text-align: right;
}
`;
......
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