WIP
This commit is contained in:
4
dist/app.css
vendored
4
dist/app.css
vendored
@@ -12076,12 +12076,14 @@ section.side-by-side-text .right > * {
|
||||
}
|
||||
.text-over-image-b .content-wrapper .content {
|
||||
background-color: rgba(255, 255, 255, 0.8);
|
||||
padding: 6rem 2rem;
|
||||
padding: 6rem 4rem 6rem 3rem;
|
||||
width: 40%;
|
||||
}
|
||||
.text-over-image-b .content-wrapper .content h2, .text-over-image-b .content-wrapper .content .h2 {
|
||||
font-size: 70px;
|
||||
line-height: 77px;
|
||||
margin-bottom: 2rem;
|
||||
color: #063C5A;
|
||||
}
|
||||
.text-over-image-b .content-wrapper .content strong {
|
||||
color: #063C5A;
|
||||
|
||||
2
dist/mix-manifest.json
vendored
2
dist/mix-manifest.json
vendored
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"/app.js": "/app.js?id=099e96d934e937b07341f2ca9fb82ec2",
|
||||
"/app.css": "/app.css?id=aae325d2ce64a51ef88df6cb2c7fa66c"
|
||||
"/app.css": "/app.css?id=e0d233c95a56f79d7107968052187d06"
|
||||
}
|
||||
|
||||
@@ -8,13 +8,15 @@
|
||||
|
||||
.content {
|
||||
background-color: rgba($c-white, 0.8);
|
||||
padding: 6rem 2rem;
|
||||
padding: 6rem 4rem 6rem 3rem;
|
||||
width: 40%;
|
||||
|
||||
h2 {
|
||||
@extend .goudy;
|
||||
font-size: 70px;
|
||||
line-height: 77px;
|
||||
margin-bottom: 2rem;
|
||||
color: $c-navy;
|
||||
}
|
||||
|
||||
strong {
|
||||
|
||||
Reference in New Issue
Block a user