commento-oauth.scss: explicitly define button width

This commit is contained in:
Adhityaa Chandrasekar 2019-02-20 10:50:47 -05:00
parent 27caa60e0c
commit 352c93bf88

View File

@ -16,12 +16,14 @@
background: #dd4b39; background: #dd4b39;
text-transform: uppercase; text-transform: uppercase;
font-size: 13px; font-size: 13px;
width: 70px;
} }
.commento-github-button { .commento-github-button {
background: #000000; background: #000000;
text-transform: uppercase; text-transform: uppercase;
font-size: 13px; font-size: 13px;
width: 70px;
} }
} }
} }