Files
frontend-app-authoring/src/pages-and-resources/css/PageCard.css
2021-11-19 20:24:36 +05:00

10 lines
101 B
CSS

.desktop-card {
width: 19rem;
height: 14rem;
}
.mobile-card {
width: 100%;
height: 14rem;
}