We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 921dd39 commit b17d892Copy full SHA for b17d892
blog-view/src/components/index/Header.vue
@@ -131,7 +131,7 @@
131
position: absolute;
132
padding: 0 4px;
133
top: 40%;
134
- left: 51.5%;
+ left: 50.5%;
135
transform: translate(-50%, -50%) scale(2.5);
136
font-size: 34px;
137
font-family: sans-serif;
@@ -152,7 +152,7 @@
152
content: attr(data-word);
153
154
top: 0;
155
- line-height: 36px;
+ line-height: 50px;
156
overflow: hidden;
157
filter: contrast(200%);
158
}
0 commit comments