RobotNet/RobotNet.WebApp/Robots/Components/Robot/RobotModelPreview.razor.css
2025-10-15 15:15:53 +07:00

44 lines
855 B
CSS

.robot-item {
display: flex;
justify-content: center;
width: 100%;
height: fit-content;
}
.robot-item img {
justify-content: center;
max-width: 300px;
width: 95%;
height: 400px;
object-fit: contain;
border-radius: 10px;
image-rendering: pixelated;
}
.title {
display: flex;
height: 77px;
width: 100%;
justify-content: center;
align-content: center;
/*border-bottom: 0.5px solid gray;*/
font-size: 30px;
flex-wrap: wrap;
padding-bottom: .5rem;
}
.robot-update-item {
display: flex;
justify-content: center;
width: 100%;
height: fit-content;
}
.robot-update-item img {
width: 400px;
height: 300px;
object-fit: contain;
border-radius: 10px;
image-rendering: pixelated;
}