We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0943a7f commit a4ecc7dCopy full SHA for a4ecc7d
1 file changed
apps/marketing/src/pages/index.astro
@@ -858,22 +858,31 @@ const mobileEndorsementRows = [
858
.git-inner {
859
display: grid;
860
grid-template-columns: 1.1fr 1fr;
861
- gap: 64px; align-items: center;
+ gap: 64px; align-items: stretch;
862
}
863
864
.git-visual {
865
position: relative;
866
display: flex;
867
+ align-items: center;
868
+ justify-content: center;
869
870
871
.git-image-shell {
872
width: 100%;
873
+ height: 100%;
874
+ display: flex;
875
876
877
878
879
.git-image {
880
display: block;
- width: 100%;
881
+ max-width: 92%;
882
+ max-height: 100%;
883
+ width: auto;
884
height: auto;
885
+ object-fit: contain;
886
887
888
/* ── Open source ──────────────────────────────────────── */
0 commit comments