mirror of
https://github.com/starship/starship.git
synced 2024-11-07 17:05:09 +01:00
Fix mobile styles with kawaii logo
This commit is contained in:
parent
0d3c52314e
commit
49300b6578
@ -12,6 +12,8 @@
|
||||
.VPHero .image-container {
|
||||
transform: none;
|
||||
height: auto;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.VPHero .image img {
|
||||
@ -23,6 +25,7 @@
|
||||
|
||||
.VPHero .image img.uwu {
|
||||
max-height: 290px;
|
||||
max-width: 80vw;
|
||||
}
|
||||
|
||||
.VPHero .container .actions {
|
||||
|
Loading…
Reference in New Issue
Block a user