Update dev server

This commit is contained in:
Ferit Yiğit BALABAN
2022-08-01 09:30:40 +03:00
parent d9b0c965f9
commit 40d7c8022d

View File

@@ -74,6 +74,11 @@
z-index: 0;
animation: slideshow 30s linear infinite 0s;
}
@media screen and (max-width: 850px) {
.slideshow li span {
height: calc(100vh - 45px);
}
}
.slideshow li:nth-child(1) span {
background-image: url("../img/galeri/9761.jpg");
background-position-y: 50%;
@@ -110,6 +115,11 @@
font-style: italic;
color: #01003B;
}
@media screen and (max-width: 850px) {
.araclar a {
margin: 1.5vh 1vw;
}
}
.table {
display: flex;