Skip to content

Commit 34666e8

Browse files
committed
add author styles
1 parent c7df96c commit 34666e8

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

src/styles/main.scss

+19-1
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,30 @@
1212
}
1313
}
1414

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+
@include md {
25+
padding-top: 0;
26+
}
27+
a {
28+
color: rgb(209, 235, 217);
29+
}
30+
}
31+
}
32+
1533
.intro {
1634
background-color: $section-bg-color;
1735
padding: 1rem 0 0.125rem;
1836
line-height: 40px;
1937
@include md {
20-
padding: 2rem 0;
38+
padding: 2rem 0 .5rem;
2139
line-height: 40px;
2240
}
2341
.container {

0 commit comments

Comments
 (0)