Update dev server

This commit is contained in:
Ferit Yiğit BALABAN
2022-08-08 17:57:59 +03:00
parent 622209d0af
commit 310667bbec

View File

@@ -147,7 +147,6 @@
@media screen and (max-width: 400px) { @media screen and (max-width: 400px) {
.table .table-item img { .table .table-item img {
margin: 0 0 2px 0; margin: 0 0 2px 0;
width: 100px;
} }
} }
.table .table-item hr { .table .table-item hr {
@@ -225,12 +224,6 @@
} }
.table .reverse img { .table .reverse img {
margin: 0 0 2px 0; margin: 0 0 2px 0;
width: 100px;
}
}
@media screen and (max-width: 400px) {
.table .square img {
height: 100px;
} }
} }
.table .table-item-animation { .table .table-item-animation {
@@ -1024,6 +1017,7 @@ a:active {
} }
#drawer { #drawer {
overflow: hidden;
position: fixed; position: fixed;
bottom: 0; bottom: 0;
right: 0; right: 0;