css tweaks

This commit is contained in:
YasinOnm08 2024-09-18 16:26:57 +02:00
parent 24c1957fb9
commit 76da851dcb
4 changed files with 9 additions and 6 deletions

View file

@ -5,8 +5,8 @@
background-color: var(--models-background-color);
border-radius: 2em;
padding: 1em;
margin: 1em;
height: 50vh;
margin-left: 1em;
height: 40vh;
box-sizing: border-box;
overflow: hidden;
}
@ -37,6 +37,7 @@
display: flex;
justify-content: center;
align-items: center;
font-size: 0.7em;
}
.grid {
@ -47,7 +48,7 @@
}
.grid h3 {
font-size: x-large;
font-size: large;
}
.model-box {