Skip to content

Commit fb4a9e1

Browse files
committed
decrease font size
1 parent 990c1fc commit fb4a9e1

File tree

5 files changed

+20
-15
lines changed

5 files changed

+20
-15
lines changed

_sass/minima.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Define defaults for each variable.
44

55
$base-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !default;
6-
$base-font-size: 16px !default;
6+
$base-font-size: 15px !default;
77
$base-font-weight: 400 !default;
88
$small-font-size: $base-font-size * 0.875 !default;
99
$base-line-height: 1.5 !default;

_sass/minima/_base.scss

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@ dl, dd, ol, ul, figure {
88
padding: 0;
99
}
1010

11+
12+
// text formatting
13+
li, p {
14+
color: grey;
15+
}
16+
17+
p {
18+
padding-bottom: 10px;
19+
}
20+
21+
1122
/**
1223
* Basic styling
1324
*/

_sass/minima/_layout.scss

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
*/
44
.site-header {
55
border-top: 5px solid $grey-color-dark;
6-
border-bottom: 1px solid $grey-color-light;
6+
border-bottom: 2px solid $grey-color-light;
77
min-height: $spacing-unit * 1.865;
88

99
// Positioning context for the mobile navigation icon
1010
position: relative;
11-
background: #f8f9f9;
11+
//background: #ff9933; //#f8f9f9;
1212
}
1313

1414
.site-title {
@@ -109,9 +109,10 @@
109109
* Site footer
110110
*/
111111
.site-footer {
112-
border-top: 1px solid $grey-color-light;
112+
border-top: 2px solid $grey-color-light;
113+
border-bottom: 5px solid $grey-color-dark;
113114
padding: $spacing-unit 0;
114-
background: #f8f9f9;
115+
//background: #ff9933; //#ffffcc; //#f8f9f9;
115116
}
116117

117118
.footer-heading {
@@ -190,11 +191,6 @@
190191
.page-content {
191192
padding: $spacing-unit;
192193
flex: 1;
193-
194-
p {
195-
padding-bottom: 8px;
196-
color: $grey-color-dark;
197-
}
198194
}
199195

200196
.page-heading {
@@ -207,7 +203,7 @@
207203

208204
// Inherit class
209205
.post-meta, .post-meta-date {
210-
font-size: $small-font-size;
206+
font-size: $base-font-size;
211207
color: $grey-color;
212208
}
213209

_sass/pagination.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
}
2323

2424
.list_item {
25+
font-size: 16px;
2526
margin-bottom: 20px;
2627
//margin-left: 10px;
2728
}

about.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,7 @@ slider1:
1212

1313
---
1414

15-
<!-- Site banner -->
16-
<img src="../img/website_banner.jpg" style="width: 100%; margin-bottom: 5px; border-radius: 10px;">
17-
18-
Hi! I'm a mechanical engineer and this site is dedicated to documenting my personal projects. They're mostly about model aircraft, but there's some programing projects as well. Complementing this are my post on [RCGroups](https://www.rcgroups.com/forums/member.php?u=189488), so check them out!
15+
Hi! I'm a mechanical engineer and this site is about my personal projects. They're mostly about model aircraft but there's some programing as well. Complementing this are my post on [RCGroups](https://www.rcgroups.com/forums/member.php?u=189488), so check them out!
1916

2017
Here's some of my stuff:
2118

0 commit comments

Comments
 (0)