Skip to content

Commit 54f2a24

Browse files
committed
fix horizontal mobible
1 parent 65503c3 commit 54f2a24

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

assets/css/main.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,18 @@
4040
}
4141

4242

43+
@media (max-height: 767px) {
44+
.logo-overlay .logo {
45+
max-height: 200px;
46+
max-width: auto;
47+
}
48+
49+
.logo-overlay .logoCopiapo {
50+
max-height: 200px;
51+
max-width: auto;
52+
}
53+
}
54+
4355
/* Asegura que el header tenga una posición relativa para el logo overlay */
4456

4557

0 commit comments

Comments
 (0)