We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81f6305 commit 36283e5Copy full SHA for 36283e5
src/assets/scss/components/storiesList.scss
@@ -65,6 +65,14 @@
65
width: 40%;
66
}
67
68
+.story-heading {
69
+ margin: 2rem 0;
70
+}
71
+
72
+.story-description {
73
74
75
76
77
@media (max-width: 900px) {
78
.story {
src/assets/scss/components/timeline.scss
@@ -1,11 +1,12 @@
1
.status-wrapper {
2
- max-height: 80px;
+ // max-height: 80px;
3
overflow: hidden;
4
position: relative;
5
z-index: 10;
6
7
8
.status-element {
9
+ width: 150px;
10
z-index: 20;
11
12
.status {
0 commit comments