Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
medal
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
39
Issues
39
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bwinf
medal
Commits
56f9de2c
Commit
56f9de2c
authored
Nov 04, 2020
by
Robert Czechowski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
templates/default/task.hbs
templates/default/task.hbs
+1
-1
templates/jwinf/base.hbs
templates/jwinf/base.hbs
+1
-1
No files found.
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