Skip to content

Commit dba1daa

Browse files
Set header image size to be a constant independent of actual image size.
1 parent 309917c commit dba1daa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Header.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ export default {
9090
border-radius: 50%;
9191
align-self: center;
9292
padding: 10px;
93+
width:34px;
94+
height:34px;
9395
}
9496
9597
.sc-header--title {

0 commit comments

Comments
 (0)