Skip to content

Commit ebfca02

Browse files
jobalamusale
andauthored
fixes h1 tag styling (#1445)
Co-authored-by: Musale Martin <[email protected]>
1 parent 434b6c6 commit ebfca02

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.storybook/manager-head.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,24 @@
6666
height: calc(100% - 50px);
6767
}
6868
}
69+
70+
.sidebar-header h1 {
71+
font-size: 14px;
72+
font-weight: 700;
73+
margin-right: 10px;
74+
display: flex;
75+
width: 100%;
76+
-webkit-box-align: center;
77+
align-items: center;
78+
padding-top: 3px;
79+
padding-bottom: 3px;
80+
min-height: 28px;
81+
}
82+
83+
.sidebar-header a {
84+
text-decoration: none;
85+
color: inherit;
86+
}
6987
</style>
7088

7189

0 commit comments

Comments
 (0)