first step, home page contained
Before Width: | Height: | Size: 9.2 KiB After Width: | Height: | Size: 37 KiB |
Before Width: | Height: | Size: 975 KiB After Width: | Height: | Size: 975 KiB |
Before Width: | Height: | Size: 3.1 MiB After Width: | Height: | Size: 1.8 MiB |
Before Width: | Height: | Size: 3.4 MiB After Width: | Height: | Size: 3.3 MiB |
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 60 KiB |
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 5.9 KiB |
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 29 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 6.9 KiB After Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 16 KiB |
|
@ -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
|
||||
*/
|
|
@ -1,3 +1,4 @@
|
|||
// new edition
|
||||
// Page header
|
||||
.page-template-partner {
|
||||
@include breakpoint(small) {
|
||||
|
@ -51,7 +52,7 @@ $grid-column-width:$grid-row-width/$grid-column-count;
|
|||
}
|
||||
|
||||
// presentation as home and category archive
|
||||
.home,.archive,.page-template-homepage2021{
|
||||
.home,.archive{
|
||||
.main-container {
|
||||
@include xy-grid-container(100vw,$global-padding*2);
|
||||
overflow: hidden;
|
||||
|
@ -177,24 +178,25 @@ $grid-column-width:$grid-row-width/$grid-column-count;
|
|||
}
|
||||
}
|
||||
// homepage 2021
|
||||
.page-template-homepage2021{
|
||||
.homepage-2021 { //&.main-container
|
||||
.entry-content {
|
||||
overflow: hidden;
|
||||
@include xy-grid-container($global-wider-width);
|
||||
.entry-content { //.main-content
|
||||
// background-color:rgb(250,240,250);
|
||||
position: relative;
|
||||
& > * {
|
||||
// background-color:rgb(250,250,240);
|
||||
float:left;
|
||||
clear:both;
|
||||
margin-left: $global-margin;
|
||||
}
|
||||
}
|
||||
.fp-gallery {
|
||||
// background-color:rgb(250,240,240);
|
||||
overflow: hidden;
|
||||
position: absolute;
|
||||
top:0;
|
||||
right: 0;
|
||||
// .fp-gallery-item {
|
||||
// }
|
||||
// .fp-gallery-icon {
|
||||
// }
|
||||
img {
|
||||
object-fit: cover;
|
||||
object-position: center;
|
||||
|
@ -265,3 +267,4 @@ $grid-column-width:$grid-row-width/$grid-column-count;
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|