WIP
This commit is contained in:
2
dist/app.css
vendored
2
dist/app.css
vendored
@@ -12033,7 +12033,7 @@ a {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.goudy, .team-member .bio-wrapper .right h2, .team-member .bio-wrapper .right .h2 {
|
.goudy, .team-member .bio-wrapper .right h2, .team-member .bio-wrapper .right .h2, .intro_block h1, .team-member-top h1, .intro_block .h1, .team-member-top .h1 {
|
||||||
font-family: "Goudy Bookletter 1911", serif;
|
font-family: "Goudy Bookletter 1911", serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
2
dist/mix-manifest.json
vendored
2
dist/mix-manifest.json
vendored
@@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"/app.js": "/app.js?id=099e96d934e937b07341f2ca9fb82ec2",
|
"/app.js": "/app.js?id=099e96d934e937b07341f2ca9fb82ec2",
|
||||||
"/app.css": "/app.css?id=cc993ced1a7c090aa2e8f0421e54419a"
|
"/app.css": "/app.css?id=a52e686c84a4c8fb1158129214c00a8e"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
|
@extend .goudy;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-size: 96px;
|
font-size: 96px;
|
||||||
line-height: 96px;
|
line-height: 96px;
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<h1 class="goudy">{{ header_text }}</h1>
|
<h1>{{ header_text }}</h1>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user