fix: font size

This commit is contained in:
Shivam Mishra 2020-09-30 14:07:24 +05:30
parent 5e4a4c9f8a
commit 666364847f
2 changed files with 6 additions and 3 deletions

View file

@ -21,17 +21,20 @@
.sign-up-message {
margin-top: var(--margin-md);
color: var(--text-light);
font-size: var(--text-sm);
font-size: var(--text-md);
a {
font-size: var(--text-sm);
font-size: var(--text-md);
color: var(--primary);
}
}
.social-logins {
margin: var(--margin-md) 0;
font-size: var(--text-md);
.social-login-buttons {
margin-top: var(--margin-md);
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: var(--padding-sm);

View file

@ -65,7 +65,7 @@
<div class="social-logins text-center">
{%- if social_login -%}
<p class="text-muted small">{{ _("or") }}</p>
<p class="text-muted">{{ _("or") }}</p>
<div class="social-login-buttons">
{% for provider in provider_logins %}