We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7df96c commit 34666e8Copy full SHA for 34666e8
src/styles/main.scss
@@ -12,12 +12,30 @@
12
}
13
14
15
+.main__header .container {
16
+ @include md {
17
+ display: flex;
18
+ justify-content: space-between;
19
+ align-items: center;
20
+ }
21
+ .header__author {
22
+ font-size: 90%;
23
+ padding-top: .5rem;
24
25
+ padding-top: 0;
26
27
+ a {
28
+ color: rgb(209, 235, 217);
29
30
31
+}
32
+
33
.intro {
34
background-color: $section-bg-color;
35
padding: 1rem 0 0.125rem;
36
line-height: 40px;
37
@include md {
- padding: 2rem 0;
38
+ padding: 2rem 0 .5rem;
39
40
41
.container {
0 commit comments