Skip to content
This repository was archived by the owner on Dec 1, 2025. It is now read-only.

Commit bdc4c4c

Browse files
committed
feat(styles): enhance mobile layout for architecture flow with responsive adjustments
1 parent 2ee398f commit bdc4c4c

File tree

1 file changed

+21
-0
lines changed
  • newapi/overrides/assets/stylesheets

1 file changed

+21
-0
lines changed

newapi/overrides/assets/stylesheets/home.css

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -941,6 +941,27 @@
941941
}
942942
}
943943

944+
@media screen and (max-height: 950px) {
945+
.tx-architecture__flow {
946+
flex-direction: row;
947+
gap: 0.8rem;
948+
}
949+
950+
.tx-architecture__flow-arrow {
951+
transform: rotate(90deg);
952+
}
953+
954+
.tx-architecture__flow-node {
955+
width: 100%;
956+
max-width: 250px;
957+
}
958+
959+
.tx-architecture__features {
960+
display: none;
961+
gap: 0.4rem;
962+
}
963+
}
964+
944965
@media screen and (max-width: 480px) {
945966
.tx-architecture {
946967
display: none;

0 commit comments

Comments
 (0)