Skip to content

Commit 36283e5

Browse files
committed
timeline made responsive
1 parent 81f6305 commit 36283e5

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

src/assets/scss/components/storiesList.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,14 @@
6565
width: 40%;
6666
}
6767

68+
.story-heading {
69+
margin: 2rem 0;
70+
}
71+
72+
.story-description {
73+
margin: 2rem 0;
74+
}
75+
6876

6977
@media (max-width: 900px) {
7078
.story {

src/assets/scss/components/timeline.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
.status-wrapper {
2-
max-height: 80px;
2+
// max-height: 80px;
33
overflow: hidden;
44
position: relative;
55
z-index: 10;
66
}
77

88
.status-element {
9+
width: 150px;
910
z-index: 20;
1011

1112
.status {

0 commit comments

Comments
 (0)