32 lines
577 B
CSS
32 lines
577 B
CSS
|
/*
|
||
|
This Source Code Form is subject to the terms of the Mozilla Public
|
||
|
License, v. 2.0. If a copy of the MPL was not distributed with this
|
||
|
file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||
|
*/
|
||
|
/*
|
||
|
Created on : Mar 26, 2019, 1:03:44 PM
|
||
|
Author : Skylar Ittner
|
||
|
*/
|
||
|
|
||
|
h1.display {
|
||
|
font-size: 8rem;
|
||
|
font-weight: 300;
|
||
|
margin: 0;
|
||
|
}
|
||
|
|
||
|
h2.display {
|
||
|
font-size: 6rem;
|
||
|
font-weight: 300;
|
||
|
margin: 0;
|
||
|
}
|
||
|
|
||
|
h3.display {
|
||
|
font-size: 4rem;
|
||
|
font-weight: 300;
|
||
|
margin: 0;
|
||
|
}
|
||
|
|
||
|
.card-header .secondary-text {
|
||
|
font-weight: 300;
|
||
|
margin-left: 1em;
|
||
|
}
|