diff --git a/app/assets/yge/css/main.css b/app/assets/yge/css/main.css index a4359ba8099..a60415d9996 100644 --- a/app/assets/yge/css/main.css +++ b/app/assets/yge/css/main.css @@ -143,7 +143,6 @@ body { font-weight: 300; line-height: 2; letter-spacing: 0.2em; - text-transform: uppercase; } @media screen and (max-width: 1680px) { diff --git a/app/assets/yge/sass/base/_typography.scss b/app/assets/yge/sass/base/_typography.scss index a9061bc1800..8599483059f 100644 --- a/app/assets/yge/sass/base/_typography.scss +++ b/app/assets/yge/sass/base/_typography.scss @@ -17,7 +17,6 @@ font-weight: _font(weight); line-height: 2; letter-spacing: _size(letter-spacing); - text-transform: uppercase; @include breakpoint(xlarge) { font-size: 11pt; diff --git a/app/dashboard/templates/yge/base.html b/app/dashboard/templates/yge/base.html index 5881e97fddb..6ea800565e7 100644 --- a/app/dashboard/templates/yge/base.html +++ b/app/dashboard/templates/yge/base.html @@ -5,6 +5,7 @@ <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <!--[if lte IE 8]><script src="/static/yge/js/html5shiv.js"></script><![endif]--> + <link rel="stylesheet" href="/static/v2/css/gitcoin.css" /> <link rel="stylesheet" href="/static/yge/css/main.css" /> <link rel="stylesheet" href="/static/v2/css/rain.css" /> <link rel="stylesheet" href="/static/v2/css/jquery.select2.min.css" /> diff --git a/app/dashboard/templates/yge/send1.html b/app/dashboard/templates/yge/send1.html index 8605751a9ef..b822e146ee2 100644 --- a/app/dashboard/templates/yge/send1.html +++ b/app/dashboard/templates/yge/send1.html @@ -21,7 +21,7 @@ </span> <h1>Send Tip ⚡</h1> <h3>It's Fast. It's Easy. It's Free.️</h3> - <h4>(Supports any github username or email address)</h4> + <p>(Supports any github username or email address)</p <br> <select id="batches" style="background:transparent; display: none; margin-bottom: 20px; margin-top: -20px" > <option value="1">1 receipient</option>