Skip to content

Commit 4fce092

Browse files
committed
fix: button style for coverpage, fixed #362
1 parent dab90a3 commit 4fce092

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/themes/basic/_coverpage.css

+2-3
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ section.cover {
5252
}
5353

5454
small {
55-
bottom: -.4375rem;
55+
bottom: -0.4375rem;
5656
font-size: 1rem;
5757
position: absolute;
5858
}
@@ -81,15 +81,14 @@ section.cover {
8181
display: inline-block;
8282
font-size: 1.05rem;
8383
letter-spacing: 0.1rem;
84-
margin-right: 1rem;
84+
margin: 0.5rem 1rem;
8585
padding: 0.75em 2rem;
8686
text-decoration: none;
8787
transition: all 0.15s ease;
8888

8989
&:last-child {
9090
background-color: var(--theme-color, $color-primary);
9191
color: #fff;
92-
margin-right: 0;
9392

9493
&:hover {
9594
color: inherit;

0 commit comments

Comments
 (0)