mirror of
https://github.com/starship/starship.git
synced 2024-12-27 09:38:51 +01:00
docs: fix landing page mobile responsiveness
This commit is contained in:
parent
46a834d02b
commit
86c1312a05
@ -16,6 +16,13 @@
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
@media (max-width: 640px) {
|
||||
.VPHero .image-container {
|
||||
max-width: 320px;
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.VPHero .image img {
|
||||
max-height: 130px;
|
||||
max-width: none;
|
||||
|
Loading…
Reference in New Issue
Block a user