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 4ed2e3e commit dbbe8e9Copy full SHA for dbbe8e9
src/components/layout.scss
@@ -57,14 +57,6 @@ pre[class*="language-"] {
57
padding: 0 1rem;
58
max-width: 1140px;
59
}
60
-.intro {
61
- background-color: $section-bg-color;
62
- padding: 2rem 0;
63
- .container {
64
- text-align: center;
65
- margin-bottom: 2rem;
66
- }
67
-}
68
.l-cards__heading {
69
display: flex;
70
align-items: center;
src/styles/main.scss
@@ -11,3 +11,19 @@
11
color: $accent!important;
12
13
14
+
15
+.intro {
16
+ background-color: $section-bg-color;
17
+ padding: 2rem 0;
18
+ line-height: 30px;
19
+ @include md {
20
+ line-height: 40px;
21
+ }
22
+ .container {
23
+ text-align: center;
24
+ margin-bottom: 2rem;
25
26
+ .intro__link {
27
+ margin-top: 1rem;
28
29
+}
0 commit comments