Skip to content

Commit

Permalink
[c42#1] Offerings Section - columns text aligned to left
Browse files Browse the repository at this point in the history
In the offerings section with three columns, each having their text aligned to left by default, does not give an intuitive feeling to read in comparison to the scenario if they where aligned justified.

Before
<img width="1192" alt="before" src="https://cloud.githubusercontent.com/assets/6065869/9198029/bad13138-4056-11e5-91b2-b64d40f239de.png">

After
<img width="1191" alt="after" src="https://cloud.githubusercontent.com/assets/6065869/9198031/bda62d32-4056-11e5-8faf-b5694ef592e6.png">

Suggestion:  text-align: justify
  • Loading branch information
exagil committed Aug 11, 2015
1 parent 87ede77 commit 0e47a27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/stylesheets/style.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
.extract {
margin: 1em auto;
width: 90%;
text-align: justify;
}

.about {
Expand Down Expand Up @@ -91,4 +92,4 @@
width: 50%;
margin: 1em auto;
}
}
}

0 comments on commit 0e47a27

Please sign in to comment.