Skip to content

Commit f58b228

Browse files
committed
Light border around theme image
1 parent 3987125 commit f58b228

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

_sass/_theme.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,8 @@
2525
}
2626
}
2727
}
28+
29+
.theme-image {
30+
border: .1rem solid #f0f1f4 !important;
31+
border-radius: .2rem !important;
32+
}

_scripts/theme-page.html.dna

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ divider_text = ARGV[1].upcase
3333
. </div>
3434
.
3535
. <div class="column col-6 col-md-12">
36-
. <img class="img-responsive" src="{{ item.image }}" alt="">
36+
. <img class="img-responsive theme-image" src="{{ item.image }}" alt="">
3737
. </div>
3838
. </div>
3939
.

research.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ <h2 id="{{ item.id }}" class="theme-title">
2727
</div>
2828

2929
<div class="column col-6 col-md-12">
30-
<img class="img-responsive" src="{{ item.image }}" alt="">
30+
<img class="img-responsive theme-image" src="{{ item.image }}" alt="">
3131
</div>
3232
</div>
3333

teaching.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ <h2 id="{{ item.id }}" class="theme-title">
2727
</div>
2828

2929
<div class="column col-6 col-md-12">
30-
<img class="img-responsive" src="{{ item.image }}" alt="">
30+
<img class="img-responsive theme-image" src="{{ item.image }}" alt="">
3131
</div>
3232
</div>
3333

0 commit comments

Comments
 (0)