10 lines
101 B
CSS
10 lines
101 B
CSS
.desktop-card {
|
|
width: 19rem;
|
|
height: 14rem;
|
|
}
|
|
|
|
.mobile-card {
|
|
width: 100%;
|
|
height: 14rem;
|
|
}
|