We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9067a3d commit b9abc27Copy full SHA for b9abc27
src/styles/album-details.ts
@@ -181,6 +181,9 @@ export default css`
181
font-size: 3rem;
182
animation: h2;
183
}
184
+ h2 span {
185
+ display: inline;
186
+ }
187
@keyframes h2 {
188
to {
189
font-size: 2.5rem;
@@ -203,10 +206,6 @@ export default css`
203
206
204
207
205
208
@keyframes h4-text {
- 25% {
- transform: scale(0.5);
- opacity: 0.5;
209
- }
210
211
height: 0;
212
opacity: 0;
@@ -218,6 +217,7 @@ export default css`
218
217
font-size: 1rem;
219
animation: h4-text;
220
height: 1.3rem;
+ overflow: visible;
221
222
h4 + h4 {
223
height: 2.5rem;
0 commit comments