We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 342438f commit 85428efCopy full SHA for 85428ef
src/themes/basic/_coverpage.css
@@ -52,7 +52,7 @@ section.cover {
52
}
53
54
small {
55
- bottom: -.4375rem;
+ bottom: -0.4375rem;
56
font-size: 1rem;
57
position: absolute;
58
@@ -81,15 +81,14 @@ section.cover {
81
display: inline-block;
82
font-size: 1.05rem;
83
letter-spacing: 0.1rem;
84
- margin-right: 1rem;
+ margin: 0.5rem 1rem;
85
padding: 0.75em 2rem;
86
text-decoration: none;
87
transition: all 0.15s ease;
88
89
&:last-child {
90
background-color: var(--theme-color, $color-primary);
91
color: #fff;
92
- margin-right: 0;
93
94
&:hover {
95
color: inherit;
0 commit comments