24 lines
511 B
CSS
24 lines
511 B
CSS
@media (max-width: 768px) {
|
|
.prompt-library-page-h5 .page-container {
|
|
padding: 1rem;
|
|
}
|
|
|
|
.prompt-library-page-h5 .prompt-library-hero {
|
|
border-radius: 1.125rem;
|
|
padding: 1.125rem;
|
|
}
|
|
|
|
.prompt-library-page-h5 .prompt-library-toolbar,
|
|
.prompt-library-page-h5 .prompt-template-grid {
|
|
grid-template-columns: 1fr;
|
|
}
|
|
|
|
.prompt-library-page-h5 .prompt-library-create-btn {
|
|
width: 100%;
|
|
}
|
|
|
|
.prompt-library-page-h5 .prompt-library-scope-list {
|
|
justify-content: flex-start;
|
|
}
|
|
}
|