Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
enricomarino committed Oct 27, 2016
1 parent aafc40e commit 40dba6d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
8 changes: 7 additions & 1 deletion elements/page-about.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,15 @@ <h1 class="title">What we do</h1>
<h2 class="title">Our workflow</h2>
<div class="principles">
<p>Explore, Make, Share</p>
</div>
</div>

<div class="subsection">
<h2 class="title">Our principles</h2>
<div class="principles">
<p>First do it, then do it right, then do it better</p>
<p>Dividi et Impera, Componetizing all the things</p>
<p>Keep It Stupid Simple</p>
<p>Dividi et Impera</p>
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion elements/page-courses.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}

.section {
@apply --layout-fullbleed;
/*@apply --layout-fullbleed;*/
}
</style>

Expand Down
5 changes: 3 additions & 2 deletions styles/style.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
/*@import 'https://fonts.googleapis.com/css?family=Lato:400,600,900';*/
@import 'https://fonts.googleapis.com/css?family=Lato:400,600,900';

body {
margin: 0;
padding: 0;

font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-family: 'Lato', sans-serif;
/*font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
font-size: 16px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
Expand Down

0 comments on commit 40dba6d

Please sign in to comment.