mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-18 21:04:48 -04:00
docs: Fix h1 size on small breakpoint in theme
This commit is contained in:
parent
76e33bcb3e
commit
1d26789b8a
@ -55,3 +55,10 @@
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width:360px) {
|
||||
|
||||
h1 {
|
||||
font-size: 1.9em;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user