mirror of
https://github.com/directus/directus.git
synced 2026-01-26 19:28:13 -05:00
fix docs homepage header responsiveness (#9450)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user