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

Commitdd1623c

Browse files
committed
style: h1 padding and margins
1 parent068253c commitdd1623c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

‎src/components/ui/BaseTitle.vue‎

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

1818
<template>
19-
<divclass="not-prose group grid w-full grid-cols-12">
19+
<divclass="not-prose group grid w-full grid-cols-12 pb-3">
2020
<div
2121
class="doc-title col-span-11 text-[2.25em] font-medium text-slate-900 dark:text-white"
2222
>
@@ -54,5 +54,6 @@ function startShare() {
5454
BlinkMacSystemFont, Segoe UI, Roboto,Helvetica Neue,Arial, Noto Sans,
5555
sans-serif,'Apple Color Emoji','Segoe UI Emoji', Segoe UISymbol,
5656
'Noto Color Emoji';
57+
line-height:1.1111111;
5758
}
5859
</style>

‎src/pages/index.vue‎

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp