Skip to content

Commit e01612b

Browse files
committed
Issue #17 fixed
1 parent 6178db8 commit e01612b

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ <h1>Case Studies<a name="case-studies"></a></h1>
7373
<span class="author-name">Grygorii Sorochan<br />project coordinator</span>
7474
</div>
7575
</blockquote>
76-
<div class="showcase">
76+
<div class="showcase opora">
7777
<a class="" href="#" data-featherlight="{{ "/assets\landing-page\case-study\opora1_big.png" | prepend: site.baseurl }}">
7878
<img src="{{ "/assets\landing-page\case-study\opora1_small.png" | prepend: site.baseurl }}" alt="landing page of the K-Monitor campaign of asset liberation">
7979
</a>

_sass/body.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,11 @@ blockquote {
6262
display: block;
6363
float: left;
6464
clear: both;
65+
6566
@include clearfix;
6667
p.quote {
6768
padding: 0px 80px;
69+
min-height: 50px;
6870
margin: 0px;
6971
background: url(../assets/landing-page/case-study/quotes.svg) no-repeat left top;
7072
@include openType(18px);
@@ -165,7 +167,7 @@ blockquote {
165167
table#precond-table {
166168
td {
167169
vertical-align: middle;
168-
padding: 0px;
170+
padding: 0px;
169171
&:nth-child(odd) {
170172
padding: 0px 20px;
171173
}

_sass/carousel.scss

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.carousel-control {
2-
width: 7%;
2+
width: 7%;
33
&.left, &.right {
44
background-image: none;
55
img {
@@ -19,6 +19,12 @@
1919
clear: none;
2020
max-width: 445px;
2121
}
22+
.showcase.opora img {
23+
max-width: 380px;
24+
&:first-child {
25+
padding-right: 10px;
26+
}
27+
}
2228
}
2329

2430
/*.carousel {

0 commit comments

Comments
 (0)