Update dev server
This commit is contained in:
@@ -1,7 +1,4 @@
|
|||||||
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap");
|
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&family=Oswald:wght@600&display=swap");
|
||||||
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap");
|
|
||||||
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap");
|
|
||||||
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@600&display=swap");
|
|
||||||
@keyframes fullscreen-image-appear {
|
@keyframes fullscreen-image-appear {
|
||||||
from {
|
from {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
@@ -80,23 +77,23 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.slideshow li:nth-child(1) span {
|
.slideshow li:nth-child(1) span {
|
||||||
background-image: url("../img/galeri/9761.jpg");
|
background-image: url("../img/galeri/9761.webp");
|
||||||
background-position-y: 50%;
|
background-position-y: 50%;
|
||||||
}
|
}
|
||||||
.slideshow li:nth-child(2) span {
|
.slideshow li:nth-child(2) span {
|
||||||
background-image: url("../img/galeri/7925.jpg");
|
background-image: url("../img/galeri/7925.webp");
|
||||||
animation-delay: 6s;
|
animation-delay: 6s;
|
||||||
}
|
}
|
||||||
.slideshow li:nth-child(3) span {
|
.slideshow li:nth-child(3) span {
|
||||||
background-image: url("../img/galeri/0414.jpg");
|
background-image: url("../img/galeri/0414.webp");
|
||||||
animation-delay: 12s;
|
animation-delay: 12s;
|
||||||
}
|
}
|
||||||
.slideshow li:nth-child(4) span {
|
.slideshow li:nth-child(4) span {
|
||||||
background-image: url("../img/galeri/7815.jpg");
|
background-image: url("../img/galeri/7815.webp");
|
||||||
animation-delay: 18s;
|
animation-delay: 18s;
|
||||||
}
|
}
|
||||||
.slideshow li:nth-child(5) span {
|
.slideshow li:nth-child(5) span {
|
||||||
background-image: url("../img/galeri/0429.jpg");
|
background-image: url("../img/galeri/0429.webp");
|
||||||
animation-delay: 24s;
|
animation-delay: 24s;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -130,21 +127,21 @@
|
|||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
}
|
}
|
||||||
|
.table .table-item picture {
|
||||||
|
place-self: center;
|
||||||
|
}
|
||||||
.table .table-item img {
|
.table .table-item img {
|
||||||
align-self: center;
|
align-self: center;
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
width: 150px;
|
|
||||||
}
|
}
|
||||||
@media screen and (max-width: 1100px) {
|
@media screen and (max-width: 1100px) {
|
||||||
.table .table-item img {
|
.table .table-item img {
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
width: 100px;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media screen and (max-width: 850px) {
|
@media screen and (max-width: 850px) {
|
||||||
.table .table-item img {
|
.table .table-item img {
|
||||||
margin-right: 2px;
|
margin-right: 2px;
|
||||||
width: 60px;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media screen and (max-width: 400px) {
|
@media screen and (max-width: 400px) {
|
||||||
@@ -231,20 +228,6 @@
|
|||||||
width: 100px;
|
width: 100px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.table .square img {
|
|
||||||
height: 150px;
|
|
||||||
width: auto;
|
|
||||||
}
|
|
||||||
@media screen and (max-width: 1100px) {
|
|
||||||
.table .square img {
|
|
||||||
height: 100px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@media screen and (max-width: 850px) {
|
|
||||||
.table .square img {
|
|
||||||
height: 60px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@media screen and (max-width: 400px) {
|
@media screen and (max-width: 400px) {
|
||||||
.table .square img {
|
.table .square img {
|
||||||
height: 100px;
|
height: 100px;
|
||||||
|
|||||||
Reference in New Issue
Block a user