We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d65fafc commit 9cc7919Copy full SHA for 9cc7919
assets/stylesheets/pages/_landing.scss
@@ -139,10 +139,10 @@
139
.use-cases {
140
@media (min-width: 1000px) {
141
grid-template-columns: repeat(2, 1fr);
142
- }
143
-
144
- li:nth-child(2n-1):nth-last-of-type(1) {
145
- grid-column: span 2;
+
+ li:nth-child(2n-1):nth-last-of-type(1) {
+ grid-column: span 2;
+ }
146
}
147
148
getting-started/_go-further.md
@@ -1,6 +1,6 @@
1
## Go Further
2
3
-Ready to dive deeper? Here are some hand-picked resources covering about various Swift features and use.
+Ready to dive deeper? Here are some hand-picked resources covering various Swift features.
4
5
<ul class="go-further-list">
6
{% for resource in site.data.go_further %}
0 commit comments