Merge pull request 'main' (#59) from React-Group/interstellar_ai:main into main
Reviewed-on: https://interstellardevelopment.org/code/code/YasinOnm08/interstellar_ai/pulls/59
This commit is contained in:
commit
1e4dda33ad
5 changed files with 79 additions and 185 deletions
|
@ -49,8 +49,8 @@
|
|||
border-radius: 5%;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
height: 18vh;
|
||||
width: 18vh;
|
||||
height: 8vw;
|
||||
width: 8vw;
|
||||
margin: auto; /* Center each model box in the grid cell */
|
||||
}
|
||||
.model-box.selected {
|
||||
|
|
|
@ -57,8 +57,8 @@
|
|||
}
|
||||
/* Model box styles */
|
||||
.model-box {
|
||||
max-width: none; /* Remove max-width */
|
||||
margin: 0 auto; /* Center each model-box */
|
||||
width: 50vw;
|
||||
height: 50vw;
|
||||
}
|
||||
/* Input styles */
|
||||
.input {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue