Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8e9df06

Browse files
committed
style: fix header with share margins
1 parentdd1623c commit8e9df06

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎src/components/ui/BaseTitle.vue‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ function startShare() {
1616
</script>
1717

1818
<template>
19-
<divclass="not-prose group grid w-full grid-cols-12 pb-3">
19+
<div
20+
class="not-prose group mb-8 grid w-full grid-cols-12 content-center leading-[1.1111111]"
21+
>
2022
<div
2123
class="doc-title col-span-11 text-[2.25em] font-medium text-slate-900 dark:text-white"
2224
>
@@ -54,6 +56,5 @@ function startShare() {
5456
BlinkMacSystemFont, Segoe UI, Roboto,Helvetica Neue,Arial, Noto Sans,
5557
sans-serif,'Apple Color Emoji','Segoe UI Emoji', Segoe UISymbol,
5658
'Noto Color Emoji';
57-
line-height:1.1111111;
5859
}
5960
</style>

‎src/pages/index.vue‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ const smAndLarger = breakpoints.greater('sm')
5555
id="python-cheatsheet"
5656
title="Python Cheatsheet"
5757
:description="description"
58-
class="mb-5"
5958
>
6059
<h1>Python Cheatsheet</h1>
6160
</base-title>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp