Skip to content

Commit 9cc7919

Browse files
authored
Fix typo and use cases mobile layout (#384)
1 parent d65fafc commit 9cc7919

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

assets/stylesheets/pages/_landing.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,10 @@
139139
.use-cases {
140140
@media (min-width: 1000px) {
141141
grid-template-columns: repeat(2, 1fr);
142-
}
143-
144-
li:nth-child(2n-1):nth-last-of-type(1) {
145-
grid-column: span 2;
142+
143+
li:nth-child(2n-1):nth-last-of-type(1) {
144+
grid-column: span 2;
145+
}
146146
}
147147
}
148148

getting-started/_go-further.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Go Further
22

3-
Ready to dive deeper? Here are some hand-picked resources covering about various Swift features and use.
3+
Ready to dive deeper? Here are some hand-picked resources covering various Swift features.
44

55
<ul class="go-further-list">
66
{% for resource in site.data.go_further %}

0 commit comments

Comments
 (0)