Skip to content

Commit 18b3b30

Browse files
committed
Update padding before video on landing page
1 parent 34d51d9 commit 18b3b30

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/content/docs/index.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ import { Card, CardGrid } from '@astrojs/starlight/components';
4141

4242
As you write your Swift and SwiftUI source, the Skip Xcode plugin continuously builds the equivalent code for Android. Develop dual-platform libraries or entire apps, with native performance and native user interfaces on both platforms.
4343

44-
4544
## Skip Advantages
4645

4746

src/styles/custom.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@
3434
/* Override hero for when there is no image */
3535
.hero {
3636
grid-template-columns: 1fr;
37+
/* padding-top: 1rem; */
38+
padding-bottom: 1rem; /* default is too much */
3739
}
3840

3941
.hero h1 {

0 commit comments

Comments
 (0)