mirror of
https://github.com/sst/opencode.git
synced 2025-08-31 10:17:26 +00:00
ignore: lander
This commit is contained in:
parent
ecafa40bcf
commit
766fa521ea
1 changed files with 5 additions and 1 deletions
|
@ -495,6 +495,10 @@ section.alternatives {
|
|||
text-align: left;
|
||||
gap: 0.5rem;
|
||||
|
||||
@media (max-width: 30rem) {
|
||||
gap: 0.3125rem;
|
||||
}
|
||||
|
||||
@media (max-width: 40rem) {
|
||||
text-align: left;
|
||||
}
|
||||
|
@ -554,7 +558,7 @@ section.alternatives {
|
|||
@media (max-width: 40rem) {
|
||||
justify-content: flex-start;
|
||||
}
|
||||
|
||||
|
||||
@media (max-width: 30rem) {
|
||||
justify-content: center;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue