Skip to content

Commit

Permalink
Fixed #50: Added a visual header and aligned the headline / slogan to…
Browse files Browse the repository at this point in the history
… the center.
  • Loading branch information
TimPietrusky committed Dec 11, 2013
1 parent 4bca2c5 commit c4eeb87
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
5 changes: 3 additions & 2 deletions app/index.html
Expand Up @@ -24,15 +24,16 @@

<body id="weloveiconfonts" data-max-width="1024" data-theme="weloveiconfonts" data-auto-extend="true">

<article data-high="1" data-text="">
<article class="box--title" data-text="">
<section data-cols="1">
<div>
<h1 class="title">We <span class="hitman__alpha">Love</span> Icon Fonts</h1>
<p>We must stop here, this is icon fonts country!</p>
</div>
</section>
</article>


<article data-high="1" data-text="">
<section data-cols="3">
<div>
<h3>What?</h3>
Expand Down
7 changes: 7 additions & 0 deletions app/skin/css/style.css
Expand Up @@ -4774,6 +4774,13 @@ pre code {
word-spacing: normal;
}

/* line 1, ../../../src/scss/modules/_box.scss */
.box--title {
background: #eee;
padding: 2em 0;
text-align: center;
}

/*
* crystallo
* ultra responsive to be a responsive css framework.
Expand Down
5 changes: 5 additions & 0 deletions src/scss/modules/_box.scss
@@ -0,0 +1,5 @@
.box--title {
background: #eee;
padding: 2em 0;
text-align: center;
}
3 changes: 2 additions & 1 deletion src/scss/style.scss
Expand Up @@ -35,7 +35,8 @@
'modules/typography',
'modules/app',
'modules/print',
'modules/code'
'modules/code',
'modules/box'
;


Expand Down

0 comments on commit c4eeb87

Please sign in to comment.