Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
community
pount
pount-front
Commits
c63c24a1
Commit
c63c24a1
authored
Sep 13, 2021
by
Jean Rabreau
Browse files
💄
mobile style for heading
parent
bdd838bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/app.vue
View file @
c63c24a1
...
...
@@ -30,3 +30,30 @@ export default {
},
}
</
script
>
<
style
lang=
"scss"
>
h1
{
font-weight
:
400
;
@media
all
and
(
max-width
:
800px
)
{
font-size
:
1
.6rem
;
line-height
:
1
.8rem
;
letter-spacing
:
normal
;
}
}
h2
{
font-weight
:
400
;
@media
all
and
(
max-width
:
800px
)
{
font-size
:
1
.4rem
;
line-height
:
1
.6rem
;
letter-spacing
:
normal
;
}
}
h3
{
font-weight
:
400
;
@media
all
and
(
max-width
:
800px
)
{
font-size
:
1
.2rem
;
line-height
:
1
.5rem
;
letter-spacing
:
normal
;
}
}
</
style
>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment