Skip to content

Commit 7bea096

Browse files
authored
Merge pull request #86 from zevisert/staging
Bump to 1.4.1
2 parents 984be33 + ec05c97 commit 7bea096

4 files changed

Lines changed: 7 additions & 6 deletions

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555

5656
<!-- Performance tip: hint to the browser to start the handshake for the fonts site -->
5757
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin>
58-
<link href="https://fonts.googleapis.com/css?family=Julius+Sans+One|Thasadith:700|Kristi" rel="stylesheet">
58+
<link href="https://fonts.googleapis.com/css?family=Julius+Sans+One|Thasadith:700|Syncopate" rel="stylesheet">
5959
<script>
6060
// Load and register pre-caching Service Worker
6161
if ('serviceWorker' in navigator) {

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zuzi-site",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"contributors": [
55
"@zevisert",
66
"The Polymer Authors"

src/components/about/index.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ class About extends connect(store)(PageViewElement) {
3333
${SharedStyles}
3434
<style>
3535
.title {
36-
font-family: "Kristi";
37-
font-size: 100px;
36+
font-family: "Syncopate";
37+
font-size: 70px;
3838
font-weight: 100;
3939
}
4040
@@ -53,12 +53,13 @@ class About extends connect(store)(PageViewElement) {
5353
align-items: center;
5454
max-width: 1200px;
5555
margin: 0 auto;
56+
text-align: center;
5657
}
5758
5859
</style>
5960
<section>
6061
<article>
61-
<h2 class="title">Welcome to Zuzana Riha Art</h2>
62+
<h2 class="title">Welcome to <br>Zuzana Riha Art</h2>
6263
<img class="about-img" src="images/about-bg.jpg">
6364
<p>
6465
${this.__lines.map(line => html`${line}<br>`)}

0 commit comments

Comments
 (0)