Skip to content

Commit b655619

Browse files
committed
refactor(Splash): modified tailwind.css to write over index.mdx styles
1 parent fed757f commit b655619

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

src/styles/tailwind.css

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,23 @@
7171
.animation-timeline-scroll {
7272
animation-timeline: scroll(root block);
7373
}
74+
75+
/* splash layout */
76+
.splash__wrap {
77+
@apply block md:-mx-7.5 before:content-[''] before:table after:content-[''] after:table after:clear-both;
78+
}
79+
.splash__install {
80+
@apply max-w-100 m-auto;
81+
}
82+
.splash__left {
83+
@apply w-full float-left md:w-1/2 md:px-3.75;
84+
}
85+
.splash__left p {
86+
@apply text-left;
87+
}
88+
.splash__right {
89+
@apply w-full float-left md:w-1/2 md:px-3.75 mb-[1em];
90+
}
91+
.splash__right p {
92+
@apply text-left;
93+
}

0 commit comments

Comments
 (0)