small fixes

This commit is contained in:
teldra 2022-06-12 21:27:22 +02:00
parent c5a1bca7cd
commit c841f43b55

View File

@ -15,7 +15,6 @@
color: var(--text-main); color: var(--text-main);
background: var(--background-body); background: var(--background-body);
text-align: center; text-align: center;
padding-bottom: 4vw;
margin-bottom: 0; margin-bottom: 0;
text-shadow: 0px 4px 3px rgba(0,0,0,0.4), text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
0px 8px 13px rgba(0,0,0,0.1), 0px 8px 13px rgba(0,0,0,0.1),
@ -28,7 +27,6 @@
color: var(--text-main); color: var(--text-main);
margin-bottom: 0; margin-bottom: 0;
text-align: center; text-align: center;
padding-bottom: 4vw;
text-shadow: 0px 4px 3px rgba(0,0,0,0.4), text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
0px 8px 13px rgba(0,0,0,0.1), 0px 8px 13px rgba(0,0,0,0.1),
0px 18px 23px rgba(0,0,0,0.1); 0px 18px 23px rgba(0,0,0,0.1);