Skip to content

Commit

Permalink
html refinements
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroesb committed Nov 4, 2020
1 parent f600ca2 commit 264ef15
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions html/welcome.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@
}

.mainbody {
padding: 20px 0px 35px;
padding: 0px 0px 35px 0px;
}
.jumbo {
margin: 27px 20px 0px 20px;
}

.footer {
Expand Down Expand Up @@ -47,12 +50,16 @@
font-size: 120%;
margin-top: 20px;
}

figure img {
max-width: 100%;
}
</style>
</head>

<body style="margin: 0;">

<div class="jumbotron" style="margin-bottom: 0px;">
<div class="jumbotron jumbo">
<div class="container">
<table>
<tbody>
Expand All @@ -63,11 +70,11 @@ <h1>Hello, your <strong>ENA-upload Galaxy</strong> container is running!</h1><br
ENA,
this in only a few steps. The ENA uploading is based on the tool ena-upload-cli while
the
reads_cleaning tool is based on Metagen-FastQC workflow.
reads cleaning tool is based on Metagen-FastQC workflow.
</p>
</td>
<td>
<div align="center">
<div>
<img src="./images/welcome_elixir_logo.png" style="margin:10px; height:100px;">
</div>

Expand Down

0 comments on commit 264ef15

Please sign in to comment.