Skip to content

Commit 264ef15

Browse files
committed
html refinements
1 parent f600ca2 commit 264ef15

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

html/welcome.html

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@
1414
}
1515

1616
.mainbody {
17-
padding: 20px 0px 35px;
17+
padding: 0px 0px 35px 0px;
18+
}
19+
.jumbo {
20+
margin: 27px 20px 0px 20px;
1821
}
1922

2023
.footer {
@@ -47,12 +50,16 @@
4750
font-size: 120%;
4851
margin-top: 20px;
4952
}
53+
54+
figure img {
55+
max-width: 100%;
56+
}
5057
</style>
5158
</head>
5259

5360
<body style="margin: 0;">
5461

55-
<div class="jumbotron" style="margin-bottom: 0px;">
62+
<div class="jumbotron jumbo">
5663
<div class="container">
5764
<table>
5865
<tbody>
@@ -63,11 +70,11 @@ <h1>Hello, your <strong>ENA-upload Galaxy</strong> container is running!</h1><br
6370
ENA,
6471
this in only a few steps. The ENA uploading is based on the tool ena-upload-cli while
6572
the
66-
reads_cleaning tool is based on Metagen-FastQC workflow.
73+
reads cleaning tool is based on Metagen-FastQC workflow.
6774
</p>
6875
</td>
6976
<td>
70-
<div align="center">
77+
<div>
7178
<img src="./images/welcome_elixir_logo.png" style="margin:10px; height:100px;">
7279
</div>
7380

0 commit comments

Comments
 (0)