Skip to content

Commit a101d7a

Browse files
committed
fix: maybe fixes formatting, corrects font
1 parent 63d42ab commit a101d7a

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

public/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
name="description"
1010
content="Urho Matti 4.0 laulukirjan verkkoversio"
1111
/>
12+
<link rel="preconnect" href="https://fonts.googleapis.com">
13+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
14+
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
1215
<link rel="apple-touch-icon" href="%PUBLIC_URL%/apple-touch-icon.png" />
1316
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
1417
<title>Urho Matti 4.0</title>

src/components/TopBar.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class TopBar extends Component {
2828
return (
2929
<div id="top-bar" className="top-bar">
3030
<a href="/" className="top-bar-heading">
31-
<span style={{ fontSize: "30px", color: "#FED700", fontFamily: "Courier", fontWeight: "bold" }}>Urho Matti 4.0</span>
31+
<span style={{ fontSize: "30px", color: "#FED700", fontFamily: "Montserrat", fontWeight: "bold" }}>Urho Matti 4.0</span>
3232
</a>
3333
<MenuButton
3434
onClick={this.toggleMenuButton}

src/index.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,13 +186,14 @@ body {
186186

187187
.landing-image {
188188
flex: auto;
189-
width: 60vw;
189+
height: 65vh;
190+
width: 100vw;
190191
}
191192

192193
.self-promotion-link {
193194
transform: translate(-50%);
194195
position: absolute;
195-
top: 63vh;
196+
top: 60vh;
196197
left: 25%;
197198
}
198199

0 commit comments

Comments
 (0)