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