mirror of
https://github.com/starship/starship.git
synced 2024-12-28 01:58: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;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 640px) {
|
||||||
|
.VPHero .image-container {
|
||||||
|
max-width: 320px;
|
||||||
|
width: auto;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.VPHero .image img {
|
.VPHero .image img {
|
||||||
max-height: 130px;
|
max-height: 130px;
|
||||||
max-width: none;
|
max-width: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user