diff --git a/EnvelopeGenerator.Web/Views/Shared/_Layout.cshtml.css b/EnvelopeGenerator.Web/Views/Shared/_Layout.cshtml.css index a72cbeaf..5c43bd4f 100644 --- a/EnvelopeGenerator.Web/Views/Shared/_Layout.cshtml.css +++ b/EnvelopeGenerator.Web/Views/Shared/_Layout.cshtml.css @@ -24,10 +24,10 @@ a { } .border-top { - border-top: 1px solid #e5e5e5; + border-top: 0.063rem solid #e5e5e5; } .border-bottom { - border-bottom: 1px solid #e5e5e5; + border-bottom: 0.063rem solid #e5e5e5; } .box-shadow { @@ -44,5 +44,5 @@ button.accept-policy { bottom: 0; width: 100%; white-space: nowrap; - line-height: 60px; + line-height: 3.75rem; }