hidden footer excerpt and given min height

This commit is contained in:
jorge 2021-10-27 13:36:29 +02:00
parent a9fee5ccfa
commit ae4d89e998
16 changed files with 15394 additions and 19 deletions

14681
dist/assets/css/app.css vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.2 KiB

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 975 KiB

After

Width:  |  Height:  |  Size: 975 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 MiB

After

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 MiB

After

Width:  |  Height:  |  Size: 3.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.9 KiB

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 16 KiB

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,6 @@
/**
* what-input - A global utility for tracking the current input method (mouse, keyboard or touch).
* @version v4.3.1
* @link https://github.com/ten1seven/what-input
* @license MIT
*/

View File

@ -147,19 +147,9 @@ $grid-column-width:$grid-row-width/$grid-column-count;
overflow:hidden;
@include breakpoint(small) {
max-height: ( 100vw / 2 );
footer {
@include breakpoint(small) {
padding-top: $global-padding;
}
}
}
@include breakpoint(medium) {
max-height: ( 100vw / 3 );
footer {
@include breakpoint(medium) {
padding-top: $global-padding * 5;
}
}
}
@include breakpoint(large) {
max-height: ( 100vw / 5 );
@ -167,6 +157,14 @@ $grid-column-width:$grid-row-width/$grid-column-count;
img {
width: 100%;
}
}
footer {
@include breakpoint(small) {
padding-top: $global-padding;
}
@include breakpoint(medium) {
padding-top: $global-padding * 5;
}
.post-excerpt {
display:none;
}