Skip to content

Commit 6d30825

Browse files
committed
expanded content
1 parent fb4a9e1 commit 6d30825

File tree

2 files changed

+19
-14
lines changed

2 files changed

+19
-14
lines changed

_sass/minima.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ $grey-color-dark: darken($grey-color, 25%) !default;
2222
$table-text-align: left !default;
2323

2424
// Width of the content area
25-
$content-width: 800px !default;
25+
$content-width: 1000px !default;
2626
$on-palm: 600px !default;
2727
$on-laptop: 800px !default;
28-
$max-image-size: $on-palm;
28+
$max-image-size: 650px;
2929

3030
// Use media queries like this:
3131
// @include media-query($on-palm) {

_sass/minima/_layout.scss

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,28 @@
22
* Site header
33
*/
44
.site-header {
5-
border-top: 5px solid $grey-color-dark;
5+
//border-top: 1px solid $grey-color-dark;
66
border-bottom: 2px solid $grey-color-light;
77
min-height: $spacing-unit * 1.865;
8+
9+
box-shadow: 0px 1px 6px $grey-color-light;
10+
margin-bottom: 5px;
811

912
// Positioning context for the mobile navigation icon
1013
position: relative;
11-
//background: #ff9933; //#f8f9f9;
14+
//background: black; //black;// #ff9933; //#f8f9f9;
1215
}
1316

1417
.site-title {
1518
@include relative-font-size(2); // Original = 1.625
16-
line-height: $base-line-height * $base-font-size * 2.25;
17-
padding-left: 0px;
19+
line-height: $base-line-height * $base-font-size * 2.0;
20+
padding-left: 5px;
21+
padding-top: 6px;
1822
float: left;
19-
23+
2024
&,
2125
&:visited {
22-
color: $grey-color-dark;
26+
color: gray;// $grey-color-dark;
2327
}
2428
}
2529

@@ -36,7 +40,7 @@
3640
}
3741

3842
.page-link {
39-
color: $text-color;
43+
color: gray; //$text-color;
4044
line-height: $base-line-height;
4145

4246
// Increase menu item size
@@ -50,7 +54,7 @@
5054

5155
@include media-query($on-palm) {
5256
position: absolute;
53-
top: 9px;
57+
top: 6px;
5458
right: $spacing-unit * 0.5;
5559
background-color: $background-color;
5660
border: 1px solid $grey-color-light;
@@ -77,7 +81,7 @@
7781
text-align: center;
7882

7983
> svg {
80-
fill: $grey-color-dark;
84+
fill: gray;
8185
}
8286
}
8387

@@ -109,10 +113,11 @@
109113
* Site footer
110114
*/
111115
.site-footer {
112-
border-top: 2px solid $grey-color-light;
113-
border-bottom: 5px solid $grey-color-dark;
116+
border-top: 1px solid $grey-color-light;
117+
border-bottom: none;//5px solid $grey-color-dark;
114118
padding: $spacing-unit 0;
115-
//background: #ff9933; //#ffffcc; //#f8f9f9;
119+
120+
background: #f8f9f9; //#ff9933; //
116121
}
117122

118123
.footer-heading {

0 commit comments

Comments
 (0)