Decreases font-size on login page

This commit is contained in:
dimitrieh 2017-01-05 01:27:52 +01:00
parent aec04a47c1
commit 97ecf20ca1
2 changed files with 11 additions and 2 deletions

View file

@ -17,14 +17,19 @@
line-height: 1.5; line-height: 1.5;
p { p {
font-size: 18px; font-size: 16px;
color: $login-brand-holder-color; color: $login-brand-holder-color;
} }
h1:first-child { h1:first-child {
font-weight: normal; font-weight: normal;
margin-bottom: 30px; margin-bottom: 0.68em;
margin-top: 0; margin-top: 0;
font-size: 34px;
}
h3 {
font-size: 22px;
} }
img { img {

View file

@ -0,0 +1,4 @@
---
title: Decreases font-size on login page
merge_request:
author: