make the default font size 2em [ci skip]
This commit is contained in:
parent
3704170416
commit
bf110f0818
1 changed files with 1 additions and 1 deletions
|
|
@ -267,7 +267,7 @@ body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
top: 40%;
|
top: 40%;
|
||||||
@include centered-frame();
|
@include centered-frame();
|
||||||
font-size: 3em;
|
font-size: 2em;
|
||||||
color: white;
|
color: white;
|
||||||
@include opacity(1);
|
@include opacity(1);
|
||||||
text-shadow : none;
|
text-shadow : none;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue