mirror of
https://github.com/starship/starship.git
synced 2026-06-22 02:02:12 +07:00
docs: fix landing page mobile responsiveness
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user