css progress done

This commit is contained in:
YasinOnm08 2024-09-30 16:11:01 +02:00
parent 9bee0d7774
commit 4590593d73
12 changed files with 48 additions and 34 deletions

View file

@ -1,7 +1,7 @@
.history-background {
grid-column: 1/2;
grid-row: 1/2;
height: 45%;
height: 40dvh;
overflow: hidden;
background-color: var(--history-background-color);
padding: 1em;
@ -39,5 +39,7 @@
}
.history-models{
height: 100%;
position: relative;
height: 90dvh;
/* padding-bottom: 3dvh; */
}