Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
KAIZEN-0 La til internflate for å vise app i kontekst
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexGaard committed Jan 20, 2020
1 parent fcb85e5 commit dd151b4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,32 @@
<title>Veilarbmaofs</title>
<style>
html, body {
margin: 0;
display: flex;
flex-direction: column;
height: 100%;
margin: 0;
overflow-x: hidden;
}

#main {
display: flex;
flex-direction: column;
height: 100%;
}

#internflate {
width: 1920px;
height: 275px;
}
</style>
</head>
<body>
<img src="internflate.png" id="internflate"/>
<main id="main">
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<div id="modal-a11y-wrapper"></div>
</main>
<noscript>
You need to enable JavaScript to run this app.
</noscript>
</body>
</html>
Binary file added public/internflate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dd151b4

Please sign in to comment.