fix docs homepage header responsiveness (#9450)

This commit is contained in:
Azri Kahar
2021-11-05 01:48:35 +08:00
committed by GitHub
parent 198fb67b6f
commit fed2efbb92

View File

@@ -581,8 +581,15 @@ export default {
}
@media (max-width: 700px) {
.header .text {
top: 20px;
right: 20px;
bottom: 20px;
left: 20px;
}
.header .text h1 {
font-size: 42px;
font-size: clamp(30px, 7vw, 42px);
}
.panel {