mirror of
https://github.com/sst/opencode.git
synced 2025-08-22 14:04:07 +00:00
lander: match alternatives h3 font size with figcaption on mobile
Some checks are pending
deploy / deploy (push) Waiting to run
Some checks are pending
deploy / deploy (push) Waiting to run
This commit is contained in:
parent
6eaaaffcdd
commit
bcd1dddcbe
1 changed files with 4 additions and 0 deletions
|
@ -544,6 +544,10 @@ section.alternatives {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
|
|
||||||
|
@media (max-width: 30rem) {
|
||||||
|
font-size: 0.75rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.command {
|
.command {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue