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

Commit f8e41eb

Browse files
committed
style: Update home.css to hide architecture features and providers, adjust padding and margin for improved layout
1 parent 183b43a commit f8e41eb

File tree

1 file changed

+10
-2
lines changed
  • newapi/overrides/assets/stylesheets

1 file changed

+10
-2
lines changed

newapi/overrides/assets/stylesheets/home.css

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -930,10 +930,12 @@
930930
}
931931

932932
.tx-architecture__features {
933+
display: none;
933934
gap: 0.4rem;
934935
}
935936

936937
.tx-architecture__providers {
938+
display: none;
937939
gap: 0.5rem;
938940
}
939941
}
@@ -945,8 +947,12 @@
945947
gap: 0.5rem;
946948
}
947949

950+
.tx-hero__meta {
951+
margin: 0;
952+
}
953+
948954
.tx-architecture__flow-node {
949-
padding: 0.5rem 1rem;
955+
padding: 0;
950956
max-width: 200px;
951957
}
952958

@@ -964,11 +970,13 @@
964970
}
965971

966972
.tx-architecture__features {
967-
gap: 0.35rem;
973+
display: none;
974+
gap: 0;
968975
padding: 0.3rem 0;
969976
}
970977

971978
.tx-architecture__feature {
979+
display: none;
972980
padding: 0.3rem 0.6rem;
973981
font-size: 0.6rem;
974982
}

0 commit comments

Comments
 (0)