small fixes

This commit is contained in:
teldra 2022-06-12 21:25:55 +02:00
parent 72f5f101a9
commit 537ff235c6
1 changed files with 5 additions and 1 deletions

View File

@ -9,15 +9,17 @@
background-attachment: fixed;
display: flex;
flex-direction: column;
justify-content: center;
justify-content: flex-end;
.title_index {
word-break: break-all;
color: var(--text-main);
background: var(--background-body);
text-align: center;
padding-bottom: 4vh;
text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
0px 8px 13px rgba(0,0,0,0.1),
0px 18px 23px rgba(0,0,0,0.1);
}
.title {
background: var(--background-body);
@ -25,9 +27,11 @@
color: var(--text-main);
margin-bottom: 0;
text-align: center;
padding-bottom: 4vh;
text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
0px 8px 13px rgba(0,0,0,0.1),
0px 18px 23px rgba(0,0,0,0.1);
}
}