diff --git a/client/less/main.less b/client/less/main.less index 2377c6425e..cd6771bd0a 100644 --- a/client/less/main.less +++ b/client/less/main.less @@ -72,9 +72,6 @@ h1, h2 { font-weight: 400; } -.btn { - font-weight: 400; -} h1, h2, h3, h4, h5, h6, p, li { padding-top: 5px; @@ -739,6 +736,8 @@ iframe.iphone { } .btn { + font-weight: 400; + white-space: normal; background: transparent; -webkit-transition: background .2s ease-in-out, border .2s ease-in-out;