Skip to content

Commit 3ca4036

Browse files
committed
minor edits
1 parent bff14a4 commit 3ca4036

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

sarahjaine/static_src/scss/_base.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
left: 5%;
4444
}
4545
@include breakpoint(medium) {
46-
top: 20%;
46+
top: 17%;
4747
right: 10%;
4848
bottom: 20%;
4949
left: 10%;

sarahjaine/static_src/scss/_navigation.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
background-position: center center;
4242
background-size: cover;
4343
a {
44-
background-color: white;
44+
background-color: $white;
4545
}
4646
}
4747

sarahjaine/static_src/scss/_settings.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ $header-sizes: (
134134
'h6': 16,
135135
),
136136
medium: (
137-
'h1': 28,
137+
'h1': 26,
138138
'h2': 28,
139139
'h3': 18,
140140
'h4': 25,

sarahjaine/templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<div class="block--align-center-left">
1212
<h1 class="heading--large">
1313
<span class="white-highlight">
14-
&nbsp;I’m&nbsp;a&nbsp;Python&nbsp;web &nbsp;developer&nbsp;coding&nbsp;and&nbsp;
14+
&nbsp;I’m&nbsp;a&nbsp;Python&nbsp;web developer&nbsp;coding&nbsp;and&nbsp;
1515
<br>
1616
&nbsp;teaching&nbsp;in&nbsp;Washington&nbsp;DC.&nbsp;
1717
<br>

sarahjaine/templates/work.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<section class="work section--middle-border">
99
<div class="row">
1010
<div class="small-12 columns medium-offset-1 medium-10 columns">
11-
<h2 class="h2--alt text--center">Projects</h2>
11+
<h2 class="h2--alt text--center">Work</h2>
1212
{% for project in project_list %}
1313
<div class="row">
1414
<div class="small-12 medium-6 columns">

0 commit comments

Comments
 (0)