Changed font size and family
This commit is contained in:
parent
49a8d5d5f7
commit
eaf8a44faf
@ -4,13 +4,15 @@
|
|||||||
margin: auto;
|
margin: auto;
|
||||||
padding-top: 4rem;
|
padding-top: 4rem;
|
||||||
background-color: beige;
|
background-color: beige;
|
||||||
|
font-size: 18px;
|
||||||
|
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
.display {
|
.display {
|
||||||
background: linear-gradient(to bottom right, #0c024d, #0dbcc5);
|
background: linear-gradient(to bottom right, #0c024d, #0dbcc5);
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
color: white;
|
color: white;
|
||||||
font-size: 1.2rem;
|
font-size: 1.3rem;
|
||||||
padding: 2rem;
|
padding: 2rem;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user