Skip to content

Commit

Permalink
feat: v4.43.1
Browse files Browse the repository at this point in the history
  • Loading branch information
surmon-china committed Sep 7, 2024
1 parent e1ca30b commit ebc1205
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "surmon.me",
"version": "4.43.0",
"version": "4.43.1",
"description": "Surmon.me blog",
"author": "Surmon",
"license": "MIT",
Expand Down
9 changes: 4 additions & 5 deletions src/pages/answers/mobile/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -127,14 +127,13 @@
text-align: center;
.logo {
margin-bottom: $gap-xs;
margin-bottom: $gap-sm;
font-size: $font-size-h1;
&.quora {
display: flex;
$size: $font-size-h3 * 2;
height: $size;
line-height: $size;
font-size: $size;
height: $font-size-h3 * 1.4;
line-height: $font-size-h3 * 1.4;
font-size: $font-size-h3 * 2;
}
}
Expand Down

0 comments on commit ebc1205

Please sign in to comment.