scale title with screen size
This commit is contained in:
parent
f839ee9c60
commit
7d62d52d99
1 changed files with 2 additions and 2 deletions
|
@ -4,10 +4,10 @@
|
|||
*/
|
||||
|
||||
.mainTitle {
|
||||
font-size: 2.75rem;
|
||||
font-size: calc(2rem + 2vw);
|
||||
display: block;
|
||||
padding-top: 5px;
|
||||
line-height: 2.2rem;
|
||||
line-height: calc(2.2rem + 2vw);
|
||||
}
|
||||
|
||||
#card {
|
||||
|
|
Loading…
Reference in a new issue