summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
+ }
}
}