_sass/layout/_timeline.scss in jekyll-agency-1.1.0 vs _sass/layout/_timeline.scss in jekyll-agency-1.2.0
- old
+ new
@@ -8,21 +8,21 @@
top: 0;
bottom: 0;
left: 40px;
width: 2px;
margin-left: -1.5px;
- content: '';
+ content: "";
background-color: $gray-200;
}
> li {
position: relative;
min-height: 50px;
margin-bottom: 50px;
&:after,
&:before {
display: table;
- content: ' ';
+ content: " ";
}
&:after {
clear: both;
}
.timeline-panel {
@@ -91,17 +91,17 @@
text-transform: none;
}
}
}
.timeline-body {
- > ul,
+ > ul,
> p {
margin-bottom: 0;
}
}
}
-@media(min-width:768px) {
+@media (min-width: 768px) {
.timeline {
&:before {
left: 50%;
}
> li {
@@ -130,11 +130,11 @@
text-align: left;
}
}
}
}
-@media(min-width:992px) {
+@media (min-width: 992px) {
.timeline {
> li {
min-height: 150px;
.timeline-panel {
padding: 0 20px 20px;
@@ -153,10 +153,10 @@
padding: 0 20px 20px;
}
}
}
}
-@media(min-width:1200px) {
+@media (min-width: 1200px) {
.timeline {
> li {
min-height: 170px;
.timeline-panel {
padding: 0 20px 20px 100px;