Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bwinf
medal
Commits
56f9de2c
Commit
56f9de2c
authored
Nov 04, 2020
by
Robert Czechowski
Browse files
Template jwinf: Set mobile viewport width to 450 in general, again, and set initial-scala (=1)
parent
453409aa
Pipeline
#888
passed with stages
in 23 minutes and 27 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
templates/default/task.hbs
View file @
56f9de2c
...
...
@@ -2,7 +2,7 @@
<html
lang=
"de"
>
<head>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=600"
>
<meta
name=
"viewport"
content=
"width=600
, initial-scale=1
"
>
{{#if
title
}}
<title>
Jugendwettbewerb Informatik –
{{
title
}}
</title>
{{else}}
...
...
templates/jwinf/base.hbs
View file @
56f9de2c
...
...
@@ -2,7 +2,7 @@
<html
lang=
"en"
style=
"background-color: #fafafa;"
>
<head>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=
300
"
>
<meta
name=
"viewport"
content=
"width=
450, initial-scale=1
"
>
{{#if
title
}}
<title>
Jugendwettbewerb Informatik –
{{
title
}}
</title>
{{else}}
...
...
Write
Preview
Markdown
is supported
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