Changed font size and family

This commit is contained in:
Camille Frantz 2022-05-18 00:18:02 -05:00
parent 49a8d5d5f7
commit eaf8a44faf
1 changed files with 3 additions and 1 deletions

View File

@ -4,13 +4,15 @@
margin: auto;
padding-top: 4rem;
background-color: beige;
font-size: 18px;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.display {
background: linear-gradient(to bottom right, #0c024d, #0dbcc5);
background-attachment: fixed;
color: white;
font-size: 1.2rem;
font-size: 1.3rem;
padding: 2rem;
border-radius: 12px;
}