mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 11:17:49 +01:00
22 lines
304 B
SCSS
22 lines
304 B
SCSS
.roadmapColumns {
|
|
@media (max-width: 800px) {
|
|
.roadmapColumn {
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 801px) {
|
|
.roadmapColumn {
|
|
width: 32%;
|
|
}
|
|
}
|
|
|
|
.scrollContainer {
|
|
overflow-y: auto;
|
|
max-height: 350px;
|
|
}
|
|
|
|
.postLink:hover {
|
|
text-decoration: none;
|
|
}
|
|
} |