This commit is contained in:
Hristo Nedelkov 2024-01-25 20:14:28 +02:00
parent 0ffe92dabf
commit 8746d9a8af
1 changed files with 0 additions and 19 deletions

View File

@ -47,22 +47,3 @@
width: 100%;
}
}
@media (max-width: 750px) {
.os-cards-container {
grid-template-columns: repeat(1, 0.9fr);
}
.markdown-text {
width: 80%;
}
}
@media (max-width: 650px) {
.os-cards-container {
grid-template-columns: repeat(1, 0.65fr);
}
.markdown-text {
overflow-x: auto;
width: 70%;
}
}