summaryrefslogtreecommitdiff
path: root/_assets
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2014-01-27 07:48:49 -0800
committerFranck Cuny <franck.cuny@gmail.com>2014-02-01 10:15:19 -0800
commitf88f0d8dcab04fa76176a9c20313531ff6cbae23 (patch)
tree0cd0b1d98fae61975ae8096e3d3d7195e1b5cf62 /_assets
parentAdd some meta tags to the page. (diff)
downloadlumberjaph-f88f0d8dcab04fa76176a9c20313531ff6cbae23.tar.gz
Reorganize a little bit the scss
Diffstat (limited to '_assets')
-rw-r--r--_assets/screen.scss78
1 files changed, 36 insertions, 42 deletions
diff --git a/_assets/screen.scss b/_assets/screen.scss
index aa69819..1fa2841 100644
--- a/_assets/screen.scss
+++ b/_assets/screen.scss
@@ -194,59 +194,53 @@ a img{
#cover_wrap {
width: 623px;
- @include tablet-portrait-and-below {
- width: 90%;
- }
+
+ @include tablet-portrait-and-below {
+ width: 90%;
+ }
margin: auto;
line-height: 1;
border-bottom: 1px solid #e8ebf2;
-}
-
-#masthead {
- width: 620px;
+ #masthead {
- @include tablet-portrait-and-below {
- width: 90%;
- }
-
- header {
- display: block;
- }
+ header {
+ display: block;
+ }
- margin: 0 auto;
- color: #57626b;
+ margin: 0 auto;
+ color: #57626b;
- .intro {
- line-height: 0.8;
- float: left;
- h1 {
- line-height: 1;
+ .intro {
+ line-height: 0.8;
+ float: left;
+ h1 {
+ line-height: 1;
+ }
}
- }
-
- h1 {
- font-weight: 700;
- font-size: 1.1em;
- }
- #home {
- font-size: 1.2em;
- font-weight: 700;
- color: #57626b;
- }
+ #home {
+ font-size: 1.2em;
+ font-weight: 700;
+ color: #57626b;
+ }
- a {
- text-decoration: none;
- font-size: 0.8em;
- font-weight: 500;
- color: #669ecc;
- }
+ h1 {
+ font-weight: 700;
+ font-size: 1.1em;
+ }
- h2 {
- font-weight: 500;
- color: #999;
- font-size: 1em;
+ h2 {
+ font-weight: 500;
+ color: #999;
+ font-size: 1em;
+ }
+ a {
+ text-decoration: none;
+ font-size: 0.8em;
+ font-weight: 500;
+ color: #669ecc;
+ }
}
}