Skip to content

Commit 4ba6654

Browse files
committed
fix(css): Adjust post-author size
Signed-off-by: Khusika Dhamar Gusti <khusikadhamar@gmail.com>
1 parent e9f3d8a commit 4ba6654

File tree

2 files changed

+6
-14
lines changed

2 files changed

+6
-14
lines changed

assets/css/_page/_home.scss

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -158,10 +158,6 @@
158158
}
159159

160160
@include link(false, true);
161-
162-
.author {
163-
font-size: 1.05rem;
164-
}
165161
}
166162

167163
.post-author {
@@ -171,10 +167,10 @@
171167
align-items: center;
172168
}
173169
.avatar {
174-
width: 1.5rem;
175-
height: 1.5rem;
170+
width: 1.25rem;
171+
height: 1.25rem;
176172
border-radius: 50%;
177-
margin-right: .5rem;
173+
margin-right: .25rem;
178174
}
179175
}
180176

assets/css/_page/_single.scss

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@
4444
}
4545

4646
@include link(false, true);
47-
48-
.author {
49-
font-size: 1.05rem;
50-
}
5147
}
5248

5349
.post-author {
@@ -57,10 +53,10 @@
5753
align-items: center;
5854
}
5955
.avatar {
60-
width: 1.5rem;
61-
height: 1.5rem;
56+
width: 1.25rem;
57+
height: 1.25rem;
6258
border-radius: 50%;
63-
margin-right: .5rem;
59+
margin-right: .25rem;
6460
}
6561
}
6662

0 commit comments

Comments
 (0)