Fixed some styling issues

This commit is contained in:
Camille Frantz 2022-05-22 14:53:07 -05:00
parent 3217ccaf4f
commit 6a46a20623

View File

@ -13,7 +13,8 @@
.display { .display {
width: 80vw; width: 80vw;
max-width: 500px; max-width: 500px;
margin-top: 12rem; height: 240px;
margin: 12rem auto;
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;
@ -91,9 +92,6 @@
} }
.footer { .footer {
display: block;
position: relative;
top: 30rem;
text-align: center; text-align: center;
font-size: 0.8rem; font-size: 0.8rem;
margin: 2rem auto; margin: 2rem auto;