Tweak font weight on holder div
This commit is contained in:
parent
54aa458ba4
commit
7e9d790070
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,8 @@
|
||||||
color: #205161;
|
color: #205161;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
font-family: Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Open Sans", sans-serif;
|
font-family: Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Open Sans", sans-serif;
|
||||||
|
font-style: normal;
|
||||||
|
font-variant: normal;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
@ -82,6 +84,7 @@
|
||||||
color: #466a72;
|
color: #466a72;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
|
font-weight: 300;
|
||||||
line-height: 275px;
|
line-height: 275px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
|
|
Loading…
Add table
Reference in a new issue