Browse Source

Landing page adjustments (fix #62) (#74)

* Landing page adjustments (fix #62)

* Resize header.
pull/75/head
Ned Zimmerman 7 years ago committed by GitHub
parent
commit
f69f98aea6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. BIN
      assets/images/header.jpg
  2. 5
      assets/styles/layouts/_header.scss
  3. BIN
      dist/images/header.jpg
  4. 2
      dist/mix-manifest.json
  5. 2
      dist/styles/aldine.css

BIN
assets/images/header.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 176 KiB

After

Width:  |  Height:  |  Size: 240 KiB

5
assets/styles/layouts/_header.scss

@ -35,8 +35,8 @@
height: 540px;
@media #{$breakpoint-large} {
height: 300px;
margin: 120px 0;
height: 160px;
margin: 80px 0 0;
}
.entry-title {
@ -53,6 +53,7 @@
.entry-description {
font-family: $font-family-sans-serif;
font-size: 1.125rem;
margin-top: 0;
margin-bottom: 0;
text-align: center;
max-width: 100%;

BIN
dist/images/header.jpg vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 176 KiB

After

Width:  |  Height:  |  Size: 240 KiB

2
dist/mix-manifest.json vendored

@ -1,6 +1,6 @@
{
"/scripts/aldine.js": "/scripts/aldine.js?id=1f58027f7de9942caf57",
"/styles/aldine.css": "/styles/aldine.css?id=dbe2a32f1da26af9d72b",
"/styles/aldine.css": "/styles/aldine.css?id=fa7bbb302e39b92990db",
"/styles/editor.css": "/styles/editor.css?id=d96762ab5918cde0c2e1",
"/scripts/customizer.js": "/scripts/customizer.js?id=1b0d3cfc1d85f460af53",
"/scripts/catalog-admin.js": "/scripts/catalog-admin.js?id=d25f1240496bd3607338"

2
dist/styles/aldine.css vendored

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save