modified escaner

This commit is contained in:
2025-10-27 18:17:53 -06:00
parent 0df9aba20b
commit 374ce02350
3 changed files with 11 additions and 9 deletions
+8
View File
@@ -69,6 +69,14 @@
}
@media (max-width: 800px) {
.yellowPart {
left: 0;
background: #bd8c01;
transform: skew(0deg);
}
.header::after {
left: -100px;
}
.header::before {
left: -80px;
}
}