Skip to content

Commit

Permalink
Styling: better use of space on Finding Your Style article
Browse files Browse the repository at this point in the history
  • Loading branch information
fallax committed Nov 14, 2020
1 parent 233bec5 commit ecc33dd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions _includes/clothes
@@ -1,7 +1,7 @@
<ul class="clothes">
<ul class="clothes columns">
{% for item in site.data.clothes %}
<li>
<div>{{item}}</div>
<div><em>{{item}}</em></div>
<img data-proofer-ignore src="/assets/images/clothes/{{ item | slugify }}.png" />
</li>
{% endfor %}
Expand Down
2 changes: 1 addition & 1 deletion _includes/disguising-body-shape
Expand Up @@ -4,7 +4,7 @@



<div class="columns">
<div class="columns dividingline">

<div>
{{ technique.description || markdownify }}
Expand Down
2 changes: 1 addition & 1 deletion assets/css/css.styl
Expand Up @@ -609,7 +609,7 @@ a > span // Make citations appear correctly
display grid
grid-template-columns repeat(auto-fit,20rem)

.columns
.dividingline
border-top 1px solid #888

footer
Expand Down

0 comments on commit ecc33dd

Please sign in to comment.