Commit c15e36b2 authored by Fatih Acet's avatar Fatih Acet

Merge branch 'login-page-font-size' into 'master'

Decreases font-size on login page

See merge request !8454
parents d2608ce0 97ecf20c
......@@ -17,14 +17,19 @@
line-height: 1.5;
p {
font-size: 18px;
font-size: 16px;
color: $login-brand-holder-color;
}
h1:first-child {
font-weight: normal;
margin-bottom: 30px;
margin-bottom: 0.68em;
margin-top: 0;
font-size: 34px;
}
h3 {
font-size: 22px;
}
img {
......
---
title: Decreases font-size on login page
merge_request:
author:
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment