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
Maxime Chaillet
doi-landing-page
Commits
75d307c3
Commit
75d307c3
authored
Feb 25, 2019
by
Maxime Chaillet
Browse files
make the header responsive
parent
f90000de
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/index.html
View file @
75d307c3
...
...
@@ -43,20 +43,17 @@
</head>
<body>
<div
class=
"container-fluid"
>
<div
class=
"row align-items-center blueBackground"
>
<div
class=
"col-12 col-sm-4"
>
<img
id=
"logo"
style=
"height:80px;"
src=
"/src/images/esrflogo.png"
alt=
"the ESRF logo"
>
</div>
<div
class=
"col"
>
</div>
<div
class=
"col-auto"
>
<div
class=
"whiteFont font-3p2rem"
id=
"doiValue"
>
<!-- filled by the js code -->
</div>
<div
class=
"align-items-center blueBackground"
style=
"display:flex; flex-wrap: wrap"
>
<div
style=
"flex: 0 0 auto; padding-left: 10px;"
>
<img
id=
"logo"
style=
"height:80px;"
src=
"/src/images/esrflogo.png"
alt=
"the ESRF logo"
>
</div>
<div
style=
"flex: 1 1 auto; word-wrap: break-word;"
>
<div
class=
"whiteFont font-3p2rem"
style=
"text-align: right; padding-right: 10px"
id=
"doiValue"
>
<!-- filled by the js code -->
</div>
</div>
</div>
<div
id=
'main'
></div>
<div
id=
'error'
></div>
<div
class=
"modal"
>
...
...
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