better mobile support

This commit is contained in:
Keyemail 2024-01-14 10:43:31 -08:00
parent 849f06c089
commit b034d0f244

View file

@ -104,4 +104,11 @@
margin-top: 100px; margin-top: 100px;
} }
} }
@media only screen and (max-width: 380px) {
.header img {
width: 100%;
height: auto;
}
}
</style> </style>