nyx-dashboard/styles/HomeCard.module.css

13 lines
126 B
CSS
Raw Normal View History

.home-card {
2022-01-08 22:38:17 +01:00
width: 300px;
height: 150px;
background: #1f1b24;
border: 1px solid blue;
}
2022-01-08 22:38:17 +01:00
/* .title {
}
2022-01-08 22:38:17 +01:00
.desc {
} */